coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
keyboard.h
Go to the documentation of this file.
1 #ifndef PC80_KEYBOARD_H
2 #define PC80_KEYBOARD_H
3 
4 #include <stdint.h>
5 
6 #define NO_AUX_DEVICE 0
7 #define PROBE_AUX_DEVICE 1
8 
10 void set_kbc_ps2_mode(void);
11 
12 #endif /* PC80_KEYBOARD_H */
void set_kbc_ps2_mode(void)
Definition: keyboard.c:351
uint8_t pc_keyboard_init(uint8_t probe_aux)
Definition: keyboard.c:229
unsigned char uint8_t
Definition: stdint.h:8