Fix up the incomplete Webserver project so that it integrates with the uIP stack...
[pub/lufa.git] / Projects / Incomplete / Webserver / Webserver.h
index 9da29d6..a2744b8 100644 (file)
 \r
 /** \file\r
  *\r
 \r
 /** \file\r
  *\r
- *  Header file for RNDISEthernetHost.c.\r
+ *  Header file for Webserver.c.\r
  */\r
 \r
  */\r
 \r
-#ifndef _RNDIS_HOST_H_\r
-#define _RNDIS_HOST_H_\r
+#ifndef _WEBSERVER_H_\r
+#define _WEBSERVER_H_\r
 \r
        /* Includes: */\r
                #include <avr/io.h>\r
 \r
        /* Includes: */\r
                #include <avr/io.h>\r
@@ -52,6 +52,9 @@
                \r
                #include <uip.h>\r
                #include <uip_arp.h>\r
                \r
                #include <uip.h>\r
                #include <uip_arp.h>\r
+               #include <timer.h>\r
+               \r
+               #include "Lib/WebserverApp.h"\r
                \r
        /* Macros: */\r
                /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */\r
                \r
        /* Macros: */\r
                /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */\r
@@ -73,7 +76,6 @@
                void SetupHardware(void);\r
                void ProcessIncommingPacket(void);\r
                void ManageConnections(void);\r
                void SetupHardware(void);\r
                void ProcessIncommingPacket(void);\r
                void ManageConnections(void);\r
-               void TCPCallback(void);\r
        \r
                void EVENT_USB_Host_HostError(const uint8_t ErrorCode);\r
                void EVENT_USB_Host_DeviceAttached(void);\r
        \r
                void EVENT_USB_Host_HostError(const uint8_t ErrorCode);\r
                void EVENT_USB_Host_DeviceAttached(void);\r