diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/net/llc_name.h | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/net/llc_name.h')
-rw-r--r-- | include/net/llc_name.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/net/llc_name.h b/include/net/llc_name.h new file mode 100644 index 000000000..72128719f --- /dev/null +++ b/include/net/llc_name.h @@ -0,0 +1,7 @@ +char *frame_names[] = + {"I_CMD","RR_CMD","RNR_CMD","REJ_CMD","DISC_CMD", + "SABME_CMD","I_RSP","RR_RSP","RNR_RSP","REJ_RSP", + "UA_RSP","DM_RSP","FRMR_RSP","BAD_FRAME","UI_CMD", + "XID_CMD","TEST_CMD","XID_RSP","TEST_RSP" +}; + |