patch-2.1.27 linux/include/net/netrom.h
Next file: linux/include/net/rose.h
Previous file: linux/include/net/lapb.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Feb 21 14:58:36 1997
- Orig file:
v2.1.26/linux/include/net/netrom.h
- Orig date:
Sun Feb 2 05:18:47 1997
diff -u --recursive --new-file v2.1.26/linux/include/net/netrom.h linux/include/net/netrom.h
@@ -28,11 +28,12 @@
#define NR_MORE_FLAG 0x20
/* Define Link State constants. */
-
-#define NR_STATE_0 0
-#define NR_STATE_1 1
-#define NR_STATE_2 2
-#define NR_STATE_3 3
+enum {
+ NR_STATE_0,
+ NR_STATE_1,
+ NR_STATE_2,
+ NR_STATE_3
+};
#define NR_COND_ACK_PENDING 0x01
#define NR_COND_REJECT 0x02
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov