diff options
Diffstat (limited to 'drivers/char/rio/typdef.h')
-rw-r--r-- | drivers/char/rio/typdef.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/drivers/char/rio/typdef.h b/drivers/char/rio/typdef.h index 185b889e1510..840c2498a59d 100644 --- a/drivers/char/rio/typdef.h +++ b/drivers/char/rio/typdef.h | |||
@@ -33,23 +33,16 @@ | |||
33 | #ifndef __rio_typdef_h__ | 33 | #ifndef __rio_typdef_h__ |
34 | #define __rio_typdef_h__ | 34 | #define __rio_typdef_h__ |
35 | 35 | ||
36 | #ifdef SCCS_LABELS | ||
37 | static char *_typdef_h_sccs_ = "@(#)typdef.h 1.2"; | ||
38 | #endif | ||
39 | |||
40 | #undef VPIX | ||
41 | |||
42 | /* | 36 | /* |
43 | ** IT IS REALLY, REALLY, IMPORTANT THAT BYTES ARE UNSIGNED! | 37 | ** IT IS REALLY, REALLY, IMPORTANT THAT BYTES ARE UNSIGNED! |
44 | ** | 38 | ** |
45 | ** These types are ONLY to be used for refering to data structures | 39 | ** These types are ONLY to be used for refering to data structures |
46 | ** on the RIO Host card! | 40 | ** on the RIO Host card! |
47 | */ | 41 | */ |
48 | typedef volatile unsigned char BYTE; | 42 | typedef volatile u8 BYTE; |
49 | typedef volatile unsigned short WORD; | 43 | typedef volatile u16 WORD; |
50 | typedef volatile unsigned int DWORD; | 44 | typedef volatile u32 DWORD; |
51 | typedef volatile unsigned short RIOP; | 45 | typedef volatile u16 RIOP; |
52 | typedef volatile short NUMBER; | ||
53 | 46 | ||
54 | 47 | ||
55 | /* | 48 | /* |