mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-23 11:37:23 +08:00
15 lines
157 B
C
15 lines
157 B
C
|
/*
|
||
|
* 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
|