2 * linux/include/asm-arm/keyboard.h
4 * Keyboard driver definitions for ARM
6 * (C) 1998 Russell King
8 #ifndef __ASM_ARM_KEYBOARD_H
9 #define __ASM_ARM_KEYBOARD_H
12 * We provide a unified keyboard interface when in VC_MEDIUMRAW
13 * mode. This means that all keycodes must be common between
14 * all supported keyboards. This unfortunately puts us at odds
15 * with the PC keyboard interface chip... but we can't do anything
20 #include <asm/arch/keyboard.h>
22 #endif /* __KERNEL__ */
24 #endif /* __ASM_ARM_KEYBOARD_H */