1/*-
2 * This file is in the public domain.
3 */
4/* $FreeBSD$ */
5
6#ifndef _SYS__SEQC_H_
7#define _SYS__SEQC_H_
8
9typedef uint32_t seqc_t;
10
11#endif /* _SYS__SEQC_H */
12