nes-proj/arch/cpu/cc2538/usb/common/descriptors.h
George Oikonomou 8050864226 Move USB sourcefiles to the CC2538 CPU dir
Previously, the CC2538 port would compile USB-related files from their original location under the CC2531 CPU dir. We are now removing the latter, but we need to keep those files.
2017-10-10 21:04:23 +02:00

11 lines
297 B
C

#ifndef DESCRIPTORS_H_RPFUB8O7OV__
#define DESCRIPTORS_H_RPFUB8O7OV__
#ifndef STRUCTGEN
#include "usb.h"
#endif
extern const struct usb_st_device_descriptor device_descriptor;
extern const struct usb_st_configuration_descriptor const *configuration_head;
#endif /* DESCRIPTORS_H_RPFUB8O7OV__ */