URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-arm/] [arch-nexuspci/] [keyboard.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * linux/include/asm-arm/arch-nexuspci/keyboard.h * * Driver definitions for PCI card dummy keyboard. * * Copyright (C) 1998-2001 Russell King * Copyright (C) 1998 Philip Blundell */ #define NR_SCANCODES 128 #define kbd_init_hw() do { } while (0) #define kbd_disable_irq() do { } while (0) #define kbd_enable_irq() do { } while (0)