1/****************************************************************************
2 ****************************************************************************
3 ***
4 ***   This header was automatically generated from a Linux kernel header
5 ***   of the same name, to make information necessary for userspace to
6 ***   call into the kernel available to libc.  It contains only constants,
7 ***   structures, and macros generated from the original header, and thus,
8 ***   contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef _SERIO_H
13#define _SERIO_H
14
15#include <linux/ioctl.h>
16
17#define SPIOCSTYPE _IOW('q', 0x01, unsigned long)
18
19#define SERIO_TIMEOUT 1
20#define SERIO_PARITY 2
21#define SERIO_FRAME 4
22
23#define SERIO_XT 0x00
24#define SERIO_8042 0x01
25#define SERIO_RS232 0x02
26#define SERIO_HIL_MLC 0x03
27#define SERIO_PS_PSTHRU 0x05
28#define SERIO_8042_XL 0x06
29
30#define SERIO_UNKNOWN 0x00
31#define SERIO_MSC 0x01
32#define SERIO_SUN 0x02
33#define SERIO_MS 0x03
34#define SERIO_MP 0x04
35#define SERIO_MZ 0x05
36#define SERIO_MZP 0x06
37#define SERIO_MZPP 0x07
38#define SERIO_VSXXXAA 0x08
39#define SERIO_SUNKBD 0x10
40#define SERIO_WARRIOR 0x18
41#define SERIO_SPACEORB 0x19
42#define SERIO_MAGELLAN 0x1a
43#define SERIO_SPACEBALL 0x1b
44#define SERIO_GUNZE 0x1c
45#define SERIO_IFORCE 0x1d
46#define SERIO_STINGER 0x1e
47#define SERIO_NEWTON 0x1f
48#define SERIO_STOWAWAY 0x20
49#define SERIO_H3600 0x21
50#define SERIO_PS2SER 0x22
51#define SERIO_TWIDKBD 0x23
52#define SERIO_TWIDJOY 0x24
53#define SERIO_HIL 0x25
54#define SERIO_SNES232 0x26
55#define SERIO_SEMTECH 0x27
56#define SERIO_LKKBD 0x28
57#define SERIO_ELO 0x29
58#define SERIO_MICROTOUCH 0x30
59
60#endif
61