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

6 lines
68 B
C

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