xref: /freebsd/sys/sys/_seqc.h (revision 1f474190)
1 /*-
2  * This file is in the public domain.
3  */
4 /* $FreeBSD$ */
5 
6 #ifndef _SYS__SEQC_H_
7 #define _SYS__SEQC_H_
8 
9 typedef uint32_t seqc_t;
10 
11 #endif /* _SYS__SEQC_H */
12