GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / if_plip.h
blob6298c7e88b2bb14be134f738dca184cc1af85c2e
1 /*
2 * NET3 PLIP tuning facilities for the new Niibe PLIP.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
9 */
11 #ifndef _LINUX_IF_PLIP_H
12 #define _LINUX_IF_PLIP_H
14 #include <linux/sockios.h>
16 #define SIOCDEVPLIP SIOCDEVPRIVATE
18 struct plipconf {
19 unsigned short pcmd;
20 unsigned long nibble;
21 unsigned long trigger;
24 #define PLIP_GET_TIMEOUT 0x1
25 #define PLIP_SET_TIMEOUT 0x2
27 #endif