Optimize andes_clear_page() and andes_copy_page() with prefetch
[linux-2.6/linux-mips.git] / include / asm-arm / keyboard.h
blob9514b470ac0a15c05b74f089fa65525b5ff2cd77
1 /*
2 * linux/include/asm-arm/keyboard.h
4 * Keyboard driver definitions for ARM
6 * (C) 1998 Russell King
7 */
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
16 * about that now.
18 #ifdef __KERNEL__
20 #include <asm/arch/keyboard.h>
22 #endif /* __KERNEL__ */
24 #endif /* __ASM_ARM_KEYBOARD_H */