9
0
Fork 0
barebox/include/types.h

11 lines
209 B
C
Raw Normal View History

2007-07-05 16:02:01 +00:00
#ifndef __TYPES_H
#define __TYPES_H
#include <linux/types.h>
2007-07-05 16:02:01 +00:00
typedef volatile unsigned long vu_long;
typedef volatile unsigned short vu_short;
typedef volatile unsigned char vu_char;
#endif /* __TYPES_H */