1 /*
2 * linux/include/asm-arm/keyboard.h
3 *
4 * Copyright (C) 1998 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * Keyboard driver definitions for ARM
11 */
12 #ifndef __ASM_ARM_KEYBOARD_H
13 #define __ASM_ARM_KEYBOARD_H
14
15 /*
16 * We provide a unified keyboard interface when in VC_MEDIUMRAW
17 * mode. This means that all keycodes must be common between
18 * all supported keyboards. This unfortunately puts us at odds
19 * with the PC keyboard interface chip... but we can't do anything
20 * about that now.
21 */
22 #ifdef __KERNEL__
23
24 #include <asm/arch/keyboard.h>
25
26 #endif /* __KERNEL__ */
27
28 #endif /* __ASM_ARM_KEYBOARD_H */
29
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.