4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-28 10:40:26 +08:00

15 lines
157 B
C
Raw Normal View History

/*
* Copyright (c) 2022 HPMicro
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef DRV_USB_H
#define DRV_USB_H
int rt_hw_usb_init(void);
#endif