aboutsummaryrefslogtreecommitdiff
path: root/src/include/pc80/keyboard.h
blob: d2d66b069545ed2fdfd05f0fcbd854a3a724d5f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PC80_KEYBOARD_H
#define PC80_KEYBOARD_H

#include <stdint.h>

#define NO_AUX_DEVICE		0
#define PROBE_AUX_DEVICE	1

uint8_t pc_keyboard_init(uint8_t probe_aux);
void set_kbc_ps2_mode(void);

#endif /* PC80_KEYBOARD_H */