summaryrefslogtreecommitdiff
path: root/at91lib/usb/device/multiconf/MULTIDriverDescriptors.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-31 22:36:10 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-31 22:36:10 +0200
commitdb0ddc6ee6c5e9d3dec919465dcb1c068123922d (patch)
tree7aedd43863b0bf548c2a73c7f7427c99cc81f56e /at91lib/usb/device/multiconf/MULTIDriverDescriptors.h
parent29745a4febe20b8e0f229e248197bb1faeec4d0c (diff)
at91lib: Add USB MULTI driver (for device with 3 configurations)HEADmaster
This is in anticipation of the future SIMtrace firmware, where we will have a single device with three configurations.
Diffstat (limited to 'at91lib/usb/device/multiconf/MULTIDriverDescriptors.h')
-rw-r--r--at91lib/usb/device/multiconf/MULTIDriverDescriptors.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/at91lib/usb/device/multiconf/MULTIDriverDescriptors.h b/at91lib/usb/device/multiconf/MULTIDriverDescriptors.h
new file mode 100644
index 0000000..b0eaa28
--- /dev/null
+++ b/at91lib/usb/device/multiconf/MULTIDriverDescriptors.h
@@ -0,0 +1,5 @@
+
+#include <board.h>
+#include <usb/device/core/USBDDriverDescriptors.h>
+
+extern const USBDDriverDescriptors multiDriverDescriptors;
personal git repositories of Harald Welte. Your mileage may vary