summaryrefslogtreecommitdiffstats
path: root/src/include/pc80/keyboard.h
blob: 6664980c77b02aab0971ccc11688db8b5e17d787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#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 */