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