FENIX_kernel/arch/i386/ps2_kbd.h

10 lines
148 B
C
Raw Permalink Normal View History

2022-10-29 15:05:24 +00:00
#ifndef _ARCH_I386_PS2_KBD_H
#define _ARCH_I386_PS2_KBD_H
int scan_set;
unsigned char get_ps2_inbyte();
unsigned char* identify_device();
#endif