diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1994-11-28 11:59:19 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1994-11-28 11:59:19 +0000 |
commit | 1513ff9b7899ab588401c89db0e99903dbf5f886 (patch) | |
tree | f69cc81a940a502ea23d664c3ffb2d215a479667 /include/linux/if_slip.h |
Import of Linus's Linux 1.1.68
Diffstat (limited to 'include/linux/if_slip.h')
-rw-r--r-- | include/linux/if_slip.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/linux/if_slip.h b/include/linux/if_slip.h new file mode 100644 index 000000000..0cb7f71b8 --- /dev/null +++ b/include/linux/if_slip.h @@ -0,0 +1,19 @@ +/* + * Swansea University Computer Society NET3 + * + * This file declares the constants of special use with the SLIP/CSLIP/ + * KISS TNC driver. + */ + +#ifndef __LINUX_SLIP_H +#define __LINUX_SLIP_H + +#define SL_MODE_SLIP 0 +#define SL_MODE_CSLIP 1 +#define SL_MODE_KISS 4 + +#define SL_OPT_SIXBIT 2 +#define SL_OPT_ADAPTIVE 8 + + +#endif |