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