Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa
[cris-mirror.git] / include / uapi / linux / if_plip.h
blob495a366112f2921fcbb67246b55ce6fa1d8a03f5
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /*
3 * NET3 PLIP tuning facilities for the new Niibe PLIP.
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
12 #ifndef _LINUX_IF_PLIP_H
13 #define _LINUX_IF_PLIP_H
15 #include <linux/sockios.h>
17 #define SIOCDEVPLIP SIOCDEVPRIVATE
19 struct plipconf {
20 unsigned short pcmd;
21 unsigned long nibble;
22 unsigned long trigger;
25 #define PLIP_GET_TIMEOUT 0x1
26 #define PLIP_SET_TIMEOUT 0x2
28 #endif