os

Toy OS
git clone git://git.christosmarg.xyz
Log | Files | Refs | README | LICENSE

kbd.h (118B)


      1 #ifndef _KERNEL_KBD_H_
      2 #define _KERNEL_KBD_H_
      3 
      4 #include "extern.h"
      5 
      6 void kbd_init(void);
      7 
      8 #endif /* _KERNEL_KBD_H_ */