mirror of https://github.com/F-Stack/f-stack.git
12 lines
160 B
C
12 lines
160 B
C
|
/*-
|
||
|
* This file is in the public domain.
|
||
|
*/
|
||
|
/* $FreeBSD$ */
|
||
|
|
||
|
#ifndef _SYS__SEQC_H_
|
||
|
#define _SYS__SEQC_H_
|
||
|
|
||
|
typedef uint32_t seqc_t;
|
||
|
|
||
|
#endif /* _SYS__SEQC_H */
|