9
0
Fork 0

svn_rev_522

This commit is contained in:
Sascha Hauer 2007-07-05 18:02:01 +02:00 committed by Sascha Hauer
parent 10bf40f2ad
commit ba737ad29e
1 changed files with 8 additions and 0 deletions

8
include/types.h Normal file
View File

@ -0,0 +1,8 @@
#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 */