]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/uapi/linux/if_plip.h
inet_diag: fix reporting cgroup classid and fallback to priority
[mirror_ubuntu-bionic-kernel.git] / include / uapi / linux / if_plip.h
CommitLineData
e2be04c7 1/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
1da177e4
LT
2/*
3 * NET3 PLIP tuning facilities for the new Niibe PLIP.
4 *
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.
9 *
10 */
11
12#ifndef _LINUX_IF_PLIP_H
13#define _LINUX_IF_PLIP_H
14
15#include <linux/sockios.h>
16
17#define SIOCDEVPLIP SIOCDEVPRIVATE
18
d94d9fee 19struct plipconf {
1da177e4
LT
20 unsigned short pcmd;
21 unsigned long nibble;
22 unsigned long trigger;
23};
24
25#define PLIP_GET_TIMEOUT 0x1
26#define PLIP_SET_TIMEOUT 0x2
27
28#endif