]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/RX600_RX63N-RSK_Renesas/RTOSDemo/webserver/webserver.h
5267f0587f1cf1863466f916b6c45b4ec73bc798
[freertos] / FreeRTOS / Demo / RX600_RX63N-RSK_Renesas / RTOSDemo / webserver / webserver.h
1 /*\r
2  * Copyright (c) 2002, Adam Dunkels.\r
3  * All rights reserved.\r
4  *\r
5  * Redistribution and use in source and binary forms, with or without\r
6  * modification, are permitted provided that the following conditions\r
7  * are met:\r
8  * 1. Redistributions of source code must retain the above copyright\r
9  *    notice, this list of conditions and the following disclaimer.\r
10  * 2. Redistributions in binary form must reproduce the above\r
11  *    copyright notice, this list of conditions and the following\r
12  *    disclaimer in the documentation and/or other materials provided\r
13  *    with the distribution.\r
14  * 3. The name of the author may not be used to endorse or promote\r
15  *    products derived from this software without specific prior\r
16  *    written permission.\r
17  *\r
18  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS\r
19  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
20  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\r
21  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\r
22  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
23  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\r
24  * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\r
25  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\r
26  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\r
27  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\r
28  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
29  *\r
30  * This file is part of the uIP TCP/IP stack\r
31  *\r
32  * $Id: webserver.h,v 1.2 2006/06/11 21:46:38 adam Exp $\r
33  *\r
34  */\r
35 #ifndef __WEBSERVER_H__\r
36 #define __WEBSERVER_H__\r
37 \r
38 #include "apps/httpd/httpd.h"\r
39 \r
40 typedef struct httpd_state uip_tcp_appstate_t;\r
41 /* UIP_APPCALL: the name of the application function. This function\r
42    must return void and take no arguments (i.e., C type "void\r
43    appfunc(void)"). */\r
44 #define UIP_APPCALL     httpd_appcall\r
45 \r
46 \r
47 #endif /* __WEBSERVER_H__ */\r