opnsense-src/sys/sys/_seqc.h
Mateusz Guzik 82dc812235 seqc: add a sleepable variant and convert some routines to macros
This temporarily duplicates some code.

Macro conversion convinces clang to carry predicts into consumers.
2020-07-25 10:29:48 +00:00

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 */