Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


stable compliation version with some running problems in kernel thread
[palacios.releases.git] / palacios / include / uip / uip-conf.h
index d80f77b..6f23e05 100644 (file)
@@ -42,7 +42,7 @@
  *
  * This file is part of the uIP TCP/IP stack
  *
- * $Id: uip-conf.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: uip-conf.h,v 1.3 2008/08/13 20:12:18 andrewlxia Exp $
  */
 
 /**
 #ifndef __UIP_CONF_H__
 #define __UIP_CONF_H__
 
-#include <uip/resolv.h>
 
-int uip_appcall(void){
+extern int appcall(void);
 
-       return 0;
-}
-
-#define UIP_APPCALL  uip_appcall    //application function\r
+#define UIP_APPCALL  appcall    //application function
 //#define UIP_UDP_APPCALL  uip_appcall 
 
 
@@ -73,7 +69,8 @@ int uip_appcall(void){
  *
  * \hideinitializer
  */
-typedef unsigned char u8_t;
+//conflict with lwip
+//typedef unsigned char u8_t;
 
 /**
  * 16 bit datatype
@@ -82,7 +79,8 @@ typedef unsigned char u8_t;
  *
  * \hideinitializer
  */
-typedef unsigned short int u16_t;
+//confict with lwip
+//typedef unsigned short int u16_t;
 
 /**
  * Statistics datatype