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 |