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.


Add lwip files, for test, not compilable version
[palacios.git] / palacios / src / lwip / include / arch / cc.h~
index b50fcc7..32f3953 100644 (file)
@@ -34,7 +34,7 @@
 
 /* Include some files for defining library routines */
 #include <string.h>
-#include <sys/time.h>
+//#include <sys/time.h>
 
 /* Define platform endianness */
 #ifndef BYTE_ORDER
@@ -66,8 +66,8 @@ typedef u32_t mem_ptr_t;
 #define PACK_STRUCT_END
 
 /* prototypes for printf() and abort() */
-#include <stdio.h>
-#include <stdlib.h>
+//#include <stdio.h>
+//#include <stdlib.h>
 /* Plaform specific diagnostic output */
 #define LWIP_PLATFORM_DIAG(x)  do {printf x;} while(0)