9
0
Fork 0
barebox/include/types.h

9 lines
183 B
C

#ifndef __TYPES_H
#define __TYPES_H
typedef volatile unsigned long vu_long;
typedef volatile unsigned short vu_short;
typedef volatile unsigned char vu_char;
#endif /* __TYPES_H */