diff options
Diffstat (limited to 'drivers/char/rio/defaults.h')
-rw-r--r-- | drivers/char/rio/defaults.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/char/rio/defaults.h b/drivers/char/rio/defaults.h index 2e7309e27622..5b600c32ac02 100644 --- a/drivers/char/rio/defaults.h +++ b/drivers/char/rio/defaults.h | |||
@@ -37,13 +37,13 @@ | |||
37 | 37 | ||
38 | #ifndef lint | 38 | #ifndef lint |
39 | #ifdef SCCS | 39 | #ifdef SCCS |
40 | static char *_rio_defaults_h_sccs = "@(#)defaults.h 1.1" ; | 40 | static char *_rio_defaults_h_sccs = "@(#)defaults.h 1.1"; |
41 | #endif | 41 | #endif |
42 | #endif | 42 | #endif |
43 | 43 | ||
44 | 44 | ||
45 | #define MILLISECOND (int) (1000/64) /* 15.625 low ticks */ | 45 | #define MILLISECOND (int) (1000/64) /* 15.625 low ticks */ |
46 | #define SECOND (int) 15625 /* Low priority ticks */ | 46 | #define SECOND (int) 15625 /* Low priority ticks */ |
47 | 47 | ||
48 | #ifdef RTA | 48 | #ifdef RTA |
49 | #define RX_LIMIT (ushort) 3 | 49 | #define RX_LIMIT (ushort) 3 |
@@ -56,4 +56,3 @@ static char *_rio_defaults_h_sccs = "@(#)defaults.h 1.1" ; | |||
56 | 56 | ||
57 | 57 | ||
58 | /*********** end of file ***********/ | 58 | /*********** end of file ***********/ |
59 | |||