summaryrefslogtreecommitdiff
path: root/at91lib/usb/device/multiconf/MULTIDriver.h
blob: 49a8fbc989f0753bd75fa0f8400f298199bf4c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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