diff options
Diffstat (limited to 'drivers/char/rio/cmd.h')
-rw-r--r-- | drivers/char/rio/cmd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/char/rio/cmd.h b/drivers/char/rio/cmd.h index c369edaea2b3..797b62400c91 100644 --- a/drivers/char/rio/cmd.h +++ b/drivers/char/rio/cmd.h | |||
@@ -42,7 +42,7 @@ | |||
42 | 42 | ||
43 | #ifndef lint | 43 | #ifndef lint |
44 | #ifdef SCCS | 44 | #ifdef SCCS |
45 | static char *_rio_cmd_h_sccs = "@(#)cmd.h 1.1" ; | 45 | static char *_rio_cmd_h_sccs = "@(#)cmd.h 1.1"; |
46 | #endif | 46 | #endif |
47 | #endif | 47 | #endif |
48 | 48 | ||
@@ -52,7 +52,7 @@ static char *_rio_cmd_h_sccs = "@(#)cmd.h 1.1" ; | |||
52 | 52 | ||
53 | #define CMD_IGNORE_PKT ( (ushort) 0) | 53 | #define CMD_IGNORE_PKT ( (ushort) 0) |
54 | #define CMD_STATUS_REQ ( (ushort) 1) | 54 | #define CMD_STATUS_REQ ( (ushort) 1) |
55 | #define CMD_UNIT_STATUS_REQ ( (ushort) 2) /* Is this needed ??? */ | 55 | #define CMD_UNIT_STATUS_REQ ( (ushort) 2) /* Is this needed ??? */ |
56 | #define CMD_CONF_PORT ( (ushort) 3) | 56 | #define CMD_CONF_PORT ( (ushort) 3) |
57 | #define CMD_CONF_UNIT ( (ushort) 4) | 57 | #define CMD_CONF_UNIT ( (ushort) 4) |
58 | #define CMD_ROUTE_MAP_REQ ( (ushort) 5) | 58 | #define CMD_ROUTE_MAP_REQ ( (ushort) 5) |
@@ -81,4 +81,3 @@ static char *_rio_cmd_h_sccs = "@(#)cmd.h 1.1" ; | |||
81 | #endif | 81 | #endif |
82 | 82 | ||
83 | /*********** end of file ***********/ | 83 | /*********** end of file ***********/ |
84 | |||