aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/typdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/rio/typdef.h')
-rw-r--r--drivers/char/rio/typdef.h15
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
37static 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*/
48typedef volatile unsigned char BYTE; 42typedef volatile u8 BYTE;
49typedef volatile unsigned short WORD; 43typedef volatile u16 WORD;
50typedef volatile unsigned int DWORD; 44typedef volatile u32 DWORD;
51typedef volatile unsigned short RIOP; 45typedef volatile u16 RIOP;
52typedef volatile short NUMBER;
53 46
54 47
55/* 48/*