opnsense-src/sys/sys/_seqc.h
Warner Losh 71625ec9ad sys: Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2023-08-16 11:54:24 -06:00

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