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