]> git.buserror.net Git - polintos/scott/priv.git/blob - include/c/lowlevel/types.h
Initial checkin from Perforce.
[polintos/scott/priv.git] / include / c / lowlevel / types.h
1 #ifndef _LL_TYPES_H
2 #define _LL_TYPES_H
3
4 #include <lowlevel/arch.h>
5
6 // Normally, stdint.h will end up referring to this file, so the
7 // #ifndef will prevent duplicate typedefs.  If using these headers
8 // on another OS whose stdint.h does not use this file, define
9 // _LL_NO_STDINT and make sure that the stdint definitions have
10 // been defined before including any lowlevel-lib files.
11
12 #ifndef _LL_NO_STDINT
13 #include _LL_INC(types.h)
14 #endif
15
16 #endif