mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
10 lines
144 B
C
10 lines
144 B
C
/*-
|
|
* This file is in the public domain.
|
|
*/
|
|
|
|
#ifndef _SYS__SEQC_H_
|
|
#define _SYS__SEQC_H_
|
|
|
|
typedef uint32_t seqc_t;
|
|
|
|
#endif /* _SYS__SEQC_H */
|