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

6 lines
84 B
C
Raw Normal View History

#ifndef __DRV_MOUSE_H__
#define __DRV_MOUSE_H__
int rt_hw_mouse_init(void);
#endif