mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
This temporarily duplicates some code. Macro conversion convinces clang to carry predicts into consumers.
11 lines
160 B
C
11 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 */
|