4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 00:13:31 +08:00

7 lines
94 B
C
Raw Normal View History

#ifndef __DEV_KEYBOARD_H__
#define __DEV_KEYBOARD_H__
int rt_hw_keyboard_init(void);
#endif