2020-12-31 09:48:36 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2006-2020, RT-Thread Development Team
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2020/12/31 Bernard Add license info
|
|
|
|
*/
|
2017-12-31 16:21:45 +08:00
|
|
|
#ifndef __DRV_MOUSE_H__
|
|
|
|
#define __DRV_MOUSE_H__
|
|
|
|
|
|
|
|
int rt_hw_mouse_init(void);
|
|
|
|
|
|
|
|
#endif
|