diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 03:20:56 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 03:20:56 -0400 |
| commit | 53279f36dccffc26ff536003fd6bb97cc21c3b82 (patch) | |
| tree | 9d16e497c0e4158c7c054c479bd0e9ff0388d7bb /include/uapi/linux/if_plip.h | |
| parent | a6e8c0a25377e27958b11b20e1927885ae7c9857 (diff) | |
| parent | 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff) | |
Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changes
Diffstat (limited to 'include/uapi/linux/if_plip.h')
| -rw-r--r-- | include/uapi/linux/if_plip.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/include/uapi/linux/if_plip.h b/include/uapi/linux/if_plip.h new file mode 100644 index 000000000000..6298c7e88b2b --- /dev/null +++ b/include/uapi/linux/if_plip.h | |||
| @@ -0,0 +1,27 @@ | |||
| 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 | |||
| 18 | struct 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 | ||
