8 lines
213 B
C
8 lines
213 B
C
#ifndef __usb_prop_H
|
|
#define __usb_prop_H
|
|
|
|
extern const ONE_DESCRIPTOR Device_Descriptor;
|
|
extern const ONE_DESCRIPTOR Config_Descriptor;
|
|
extern const ONE_DESCRIPTOR String_Descriptor[4];
|
|
#endif /* __usb_prop_H */
|