omos-tcnj2024/sys/include/kbd.h

10 lines
95 B
C

#ifndef KBD_H
#define KBD_H
#include <types.h>
static u8 inb(u16);
u8 waitkey(void);
#endif