mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 06:19:24 +08:00
6 lines
84 B
C
6 lines
84 B
C
|
#ifndef __DRV_MOUSE_H__
|
||
|
#define __DRV_MOUSE_H__
|
||
|
|
||
|
int rt_hw_mouse_init(void);
|
||
|
|
||
|
#endif
|