#include <LUFA/Drivers/USB/USB.h>
#include "Webserver.h"
+ #include "Lib/uIPManagement.h"
#include "Descriptors.h"
#include "Lib/SCSI.h"
+ /* External Variables: */
+ extern USB_ClassInfo_RNDIS_Device_t Ethernet_RNDIS_Interface_Device;
+
/* Function Prototypes: */
void USBDeviceMode_USBTask(void);