rt-thread-official/bsp/qemu-vexpress-a9/drivers/drv_mouse.h

16 lines
293 B
C
Raw Permalink Normal View History

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