Include dependency graph for arch/ia32/include/kbd.h:

Go to the source code of this file.
Defines | |
| #define | KBD_IRQ 1 |
| #define | MOUSE_IRQ 12 |
| #define | i8042_DATA 0x60 |
| #define | i8042_STATUS 0X64 |
Typedefs | |
| typedef unsigned char | u8 |
| typedef short | u16 |
Functions | |
| static void | i8042_data_write (u8 data) |
| static u8 | i8042_data_read (void) |
| static u8 | i8042_status_read (void) |
| static void | i8042_command_write (u8 command) |
| int | kbd_arch_init (void) |
Definition in file arch/ia32/include/kbd.h.
1.4.6