4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 03:39:22 +08:00
2017-12-31 16:22:43 +08:00

6 lines
84 B
C

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