aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_plip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/if_plip.h')
-rw-r--r--include/linux/if_plip.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/include/linux/if_plip.h b/include/linux/if_plip.h
deleted file mode 100644
index 6298c7e88b2b..000000000000
--- a/include/linux/if_plip.h
+++ /dev/null
@@ -1,27 +0,0 @@
1/*
2 * NET3 PLIP tuning facilities for the new Niibe PLIP.
3 *
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.
8 *
9 */
10
11#ifndef _LINUX_IF_PLIP_H
12#define _LINUX_IF_PLIP_H
13
14#include <linux/sockios.h>
15
16#define SIOCDEVPLIP SIOCDEVPRIVATE
17
18struct plipconf {
19 unsigned short pcmd;
20 unsigned long nibble;
21 unsigned long trigger;
22};
23
24#define PLIP_GET_TIMEOUT 0x1
25#define PLIP_SET_TIMEOUT 0x2
26
27#endif