blob: 0bfe3b9a0b7edc4d9a6aa9000921bd3a99810dd2 [file] [log] [blame]
#ifndef __TYPES_H
#define __TYPES_H
#include <linux/types.h>
typedef volatile unsigned long vu_long;
typedef volatile unsigned short vu_short;
typedef volatile unsigned char vu_char;
#endif /* __TYPES_H */