Project

General

Profile

Revision 10

Working function kbc_test_scan()

View differences:

i8042.h
9 9
 * Constants for programming the i8042 Keyboard.
10 10
 */
11 11

  
12
#define KEYBOARD_IRQ 0x09 /* Keyboard IRQ address */
12
//#define KEYBOARD_IRQ 0x09 /* Keyboard IRQ address */
13 13

  
14
#define BIT(n) (0x01<<(n))
14
//#define BIT(n) (0x01<<(n))
15 15

  
16 16
#define DELAY_US        20000
17 17

  

Also available in: Unified diff