aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/rio/poll.h')
-rw-r--r--drivers/char/rio/poll.h27
1 files changed, 12 insertions, 15 deletions
diff --git a/drivers/char/rio/poll.h b/drivers/char/rio/poll.h
index d9b8e983e175..9616ee4c6cd5 100644
--- a/drivers/char/rio/poll.h
+++ b/drivers/char/rio/poll.h
@@ -39,7 +39,7 @@
39 39
40#ifndef lint 40#ifndef lint
41#ifdef SCCS_LABELS 41#ifdef SCCS_LABELS
42static char *_rio_poll_h_sccs = "@(#)poll.h 1.2" ; 42static char *_rio_poll_h_sccs = "@(#)poll.h 1.2";
43#endif 43#endif
44#endif 44#endif
45 45
@@ -54,23 +54,20 @@ static char *_rio_poll_h_sccs = "@(#)poll.h 1.2" ;
54#define POLL_PERIOD (int) SECOND 54#define POLL_PERIOD (int) SECOND
55 55
56/* The various poll commands */ 56/* The various poll commands */
57#define POLL_POLL 0 /* We are connected and happy.. */ 57#define POLL_POLL 0 /* We are connected and happy.. */
58#define POLL_INTRO 1 /* Introduction packet */ 58#define POLL_INTRO 1 /* Introduction packet */
59#define POLL_TOPOLOGY 2 /* Topology update */ 59#define POLL_TOPOLOGY 2 /* Topology update */
60#define POLL_ASSIGN 3 /* ID assign */ 60#define POLL_ASSIGN 3 /* ID assign */
61#define POLL_FOAD 4 /* F*** Off And Die */ 61#define POLL_FOAD 4 /* F*** Off And Die */
62#define POLL_LMD 5 /* Let Me Die */ 62#define POLL_LMD 5 /* Let Me Die */
63#define POLL_DYB 6 /* Die You Ba***** */ 63#define POLL_DYB 6 /* Die You Ba***** */
64 64
65/* The way data fields are split up for POLL packets */ 65/* The way data fields are split up for POLL packets */
66#define POLL_HOST_SERIAL 2 /* Host who booted me */ 66#define POLL_HOST_SERIAL 2 /* Host who booted me */
67#define POLL_MY_SERIAL 6 /* My serial number */ 67#define POLL_MY_SERIAL 6 /* My serial number */
68#define POLL_YOUR_ID 1 /* Your ID number */ 68#define POLL_YOUR_ID 1 /* Your ID number */
69#define POLL_TOPOLOGY_FIELDS 2 /* Topology maps */ 69#define POLL_TOPOLOGY_FIELDS 2 /* Topology maps */
70 70
71#endif 71#endif
72 72
73/*********** end of file ***********/ 73/*********** end of file ***********/
74
75
76