11 lines
179 B
C
Executable File
11 lines
179 B
C
Executable File
/*
|
|
* Copyright (c) Hunan Goke,Chengdu Goke,Shandong Goke. 2021. All rights reserved.
|
|
*/
|
|
|
|
#ifndef USB_VENDOR_H
|
|
#define USB_VENDOR_H
|
|
|
|
extern void phy_usb_init(int index);
|
|
|
|
#endif
|