]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/sys/_seqc.h
acpi: Only reserve resources enumerated via _CRS
[FreeBSD/FreeBSD.git] / sys / sys / _seqc.h
1 /*-
2  * This file is in the public domain.
3  */
4
5 #ifndef _SYS__SEQC_H_
6 #define _SYS__SEQC_H_
7
8 typedef uint32_t seqc_t;
9
10 #endif /* _SYS__SEQC_H */