[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
kbd.h
Go to the documentation of this file.
1#ifndef DEVICES_KBD_H
2#define DEVICES_KBD_H
3
4#include <stdint.h>
5
6void kbd_init (void);
7void kbd_print_stats (void);
8
9#endif /* devices/kbd.h */
void kbd_init(void)
Definition: kbd.c:30
void kbd_print_stats(void)
Definition: kbd.c:36