From ba737ad29ef76369e995fcc3261dcaaa5fd3aa28 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:02:01 +0200 Subject: [PATCH] svn_rev_522 --- include/types.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/types.h diff --git a/include/types.h b/include/types.h new file mode 100644 index 000000000..e192920d6 --- /dev/null +++ b/include/types.h @@ -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 */