nes-proj/arch/cpu/arm/common/usb/descriptors.h

11 lines
297 B
C
Raw Normal View History

#ifndef DESCRIPTORS_H_RPFUB8O7OV__
#define DESCRIPTORS_H_RPFUB8O7OV__
2009-07-11 14:44:27 +00:00
2010-02-05 16:23:40 +00:00
#ifndef STRUCTGEN
2009-07-11 14:44:27 +00:00
#include "usb.h"
2010-02-05 16:23:40 +00:00
#endif
2009-07-11 14:44:27 +00:00
extern const struct usb_st_device_descriptor device_descriptor;
2018-02-02 14:26:16 +00:00
extern const struct usb_st_configuration_descriptor* const configuration_head;
#endif /* DESCRIPTORS_H_RPFUB8O7OV__ */