diff options
Diffstat (limited to 'drivers/char/rio/typdef.h')
-rw-r--r-- | drivers/char/rio/typdef.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/drivers/char/rio/typdef.h b/drivers/char/rio/typdef.h index 2cb9dd693fa1..185b889e1510 100644 --- a/drivers/char/rio/typdef.h +++ b/drivers/char/rio/typdef.h | |||
@@ -45,11 +45,11 @@ static char *_typdef_h_sccs_ = "@(#)typdef.h 1.2"; | |||
45 | ** These types are ONLY to be used for refering to data structures | 45 | ** These types are ONLY to be used for refering to data structures |
46 | ** on the RIO Host card! | 46 | ** on the RIO Host card! |
47 | */ | 47 | */ |
48 | typedef volatile unsigned char BYTE; | 48 | typedef volatile unsigned char BYTE; |
49 | typedef volatile unsigned short WORD; | 49 | typedef volatile unsigned short WORD; |
50 | typedef volatile unsigned int DWORD; | 50 | typedef volatile unsigned int DWORD; |
51 | typedef volatile unsigned short RIOP; | 51 | typedef volatile unsigned short RIOP; |
52 | typedef volatile short NUMBER; | 52 | typedef volatile short NUMBER; |
53 | 53 | ||
54 | 54 | ||
55 | /* | 55 | /* |
@@ -59,13 +59,13 @@ typedef volatile short NUMBER; | |||
59 | ** are here only to make the source compile. | 59 | ** are here only to make the source compile. |
60 | */ | 60 | */ |
61 | /* typedef unsigned int uint; */ | 61 | /* typedef unsigned int uint; */ |
62 | typedef unsigned long ulong_t; | 62 | typedef unsigned long ulong_t; |
63 | typedef unsigned short ushort_t; | 63 | typedef unsigned short ushort_t; |
64 | typedef unsigned char uchar_t; | 64 | typedef unsigned char uchar_t; |
65 | typedef unsigned char queue_t; | 65 | typedef unsigned char queue_t; |
66 | typedef unsigned char mblk_t; | 66 | typedef unsigned char mblk_t; |
67 | typedef unsigned int paddr_t; | 67 | typedef unsigned int paddr_t; |
68 | typedef unsigned char uchar; | 68 | typedef unsigned char uchar; |
69 | 69 | ||
70 | #define TPNULL ((ushort)(0x8000)) | 70 | #define TPNULL ((ushort)(0x8000)) |
71 | 71 | ||
@@ -73,10 +73,10 @@ typedef unsigned char uchar; | |||
73 | /* | 73 | /* |
74 | ** RIO structures defined in other include files. | 74 | ** RIO structures defined in other include files. |
75 | */ | 75 | */ |
76 | typedef struct PKT PKT; | 76 | typedef struct PKT PKT; |
77 | typedef struct LPB LPB; | 77 | typedef struct LPB LPB; |
78 | typedef struct RUP RUP; | 78 | typedef struct RUP RUP; |
79 | typedef struct Port Port; | 79 | typedef struct Port Port; |
80 | typedef struct DpRam DpRam; | 80 | typedef struct DpRam DpRam; |
81 | 81 | ||
82 | #endif /* __rio_typdef_h__ */ | 82 | #endif /* __rio_typdef_h__ */ |