2 * DO NOT EDIT -- generated by the Makefile
6 #if !defined(__LONGBITS_H__)
11 #define LONG_BITS 32 /* bit length of a long */
13 /* size of long was forced */
15 typedef unsigned char USB8
; /* unsigned 8 bits */
16 typedef signed char SB8
; /* signed 8 bits */
18 typedef unsigned short USB16
; /* unsigned 16 bits */
19 typedef short SB16
; /* signed 16 bits */
21 typedef unsigned long USB32
; /* unsigned 32 bits */
22 typedef long SB32
; /* signed 32 bits */
25 #define HAVE_B64 /* have USB64 and SB64 types */
26 typedef unsigned long long USB64
; /* unsigned 64 bits */
27 typedef long long SB64
; /* signed 64 bits */
29 /* how to form 64 bit constants */
34 #endif /* !__LONGBITS_H__ */