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

16 lines
293 B
C

/*
* 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);
#endif