diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2002-11-25 02:13:33 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-25 02:13:33 -0800 |
| commit | 9b5f85f2b826ff40c2f824814a73fb08d3797e8c (patch) | |
| tree | 3104248273ad3441ce7d10cea70adf7aab1b0216 /include/linux | |
| parent | a90d08bc2e82cac1392c2c7da979c9b4299ad044 (diff) | |
[PATCH] reserve a serio bit for PC98
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/serio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h index b0690405229d..2e45f82a554d 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h @@ -97,6 +97,7 @@ static __inline__ void serio_cleanup(struct serio *serio) #define SERIO_8042 0x01000000UL #define SERIO_RS232 0x02000000UL #define SERIO_HIL_MLC 0x03000000UL +#define SERIO_PC9800 0x04000000UL #define SERIO_PROTO 0xFFUL #define SERIO_MSC 0x01 |
