summaryrefslogtreecommitdiffstats
path: root/include/types.h
blob: 0bfe3b9a0b7edc4d9a6aa9000921bd3a99810dd2 (plain)
1
2
3
4
5
6
7
8
9
10
#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 */