/*
 * 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