Restrict the ARM architecture to use only one set of I/O functions.
[barebox-mini2440.git] / include / types.h
blob0bfe3b9a0b7edc4d9a6aa9000921bd3a99810dd2
1 #ifndef __TYPES_H
2 #define __TYPES_H
4 #include <linux/types.h>
6 typedef volatile unsigned long vu_long;
7 typedef volatile unsigned short vu_short;
8 typedef volatile unsigned char vu_char;
10 #endif /* __TYPES_H */