hippOS/ps2/keyboard.h
2022-02-24 21:57:59 +02:00

6 lines
75 B
C

#ifndef _KEYBOARD_H
#define _KEYBOARD_H
void keyboard_init(void);
#endif