1 /*
2  * Copyright (c) 2022 HPMicro
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef DRV_USB_H
9 #define DRV_USB_H
10 
11 
12 int rt_hw_usb_init(void);
13 
14 #endif
15