rt-thread/bsp/qemu-vexpress-a9/drivers/drv_keyboard.h

7 lines
94 B
C

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