shadeos/include/shade/platform/drivers/keyboard.h

6 lines
80 B
C

#ifndef SHADE_KEYBOARD_H
#define SHADE_KEYBOARD_H
void init_keyboard();
#endif