summaryrefslogtreecommitdiff
path: root/at91lib/usb/device/multiconf/MULTIDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'at91lib/usb/device/multiconf/MULTIDriver.h')
-rw-r--r--at91lib/usb/device/multiconf/MULTIDriver.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/at91lib/usb/device/multiconf/MULTIDriver.h b/at91lib/usb/device/multiconf/MULTIDriver.h
new file mode 100644
index 0000000..49a8fbc
--- /dev/null
+++ b/at91lib/usb/device/multiconf/MULTIDriver.h
@@ -0,0 +1,15 @@
+#ifndef MULTIDRIVER_H
+#define MULTIDRIVER_H
+
+#include <usb/common/core/USBGenericRequest.h>
+#include <usb/device/core/USBD.h>
+
+#include "../composite/CDCDFunctionDriver.h"
+
+extern void MULTIDriver_RequestHandler(const USBGenericRequest *request);
+
+extern void MULTIDriver_RemoteWakeUp(void);
+
+extern void MULTIDriver_Initialize(void);
+
+#endif //#ifndef MULTIDDRIVER_H
personal git repositories of Harald Welte. Your mileage may vary