6 lines
75 B
C
6 lines
75 B
C
#ifndef _KEYBOARD_H
|
|
#define _KEYBOARD_H
|
|
|
|
void keyboard_init(void);
|
|
|
|
#endif
|