linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / char / rio / defaults.h
index 2e7309e..d55c2f6 100644 (file)
 
 #ifndef lint
 #ifdef SCCS
-static char *_rio_defaults_h_sccs = "@(#)defaults.h    1.1" ;
+static char *_rio_defaults_h_sccs = "@(#)defaults.h    1.1";
 #endif
 #endif
 
 
-#define MILLISECOND           (int) (1000/64)   /* 15.625 low ticks */
-#define SECOND                (int) 15625       /* Low priority ticks */
-
-#ifdef RTA
-#define RX_LIMIT       (ushort) 3
-#endif
-#ifdef HOST
-#define RX_LIMIT       (ushort) 1
-#endif
+#define MILLISECOND           (int) (1000/64)  /* 15.625 low ticks */
+#define SECOND                (int) 15625      /* Low priority ticks */
 
 #define LINK_TIMEOUT          (int) (POLL_PERIOD / 2)
 
 
 /*********** end of file ***********/
-