1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 7 #ifndef _LINUX_IF_PLIP_H 8 #define _LINUX_IF_PLIP_H 9 #include <linux/sockios.h> 10 #define SIOCDEVPLIP SIOCDEVPRIVATE 11 struct plipconf { 12 unsigned short pcmd; 13 unsigned long nibble; 14 unsigned long trigger; 15 }; 16 #define PLIP_GET_TIMEOUT 0x1 17 #define PLIP_SET_TIMEOUT 0x2 18 #endif 19