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 uIP header files in include/uip
authorLei Xia <xiaxlei@gmail.com>
Wed, 6 Aug 2008 23:19:30 +0000 (23:19 +0000)
committerLei Xia <xiaxlei@gmail.com>
Wed, 6 Aug 2008 23:19:30 +0000 (23:19 +0000)
commit4b78b7d114f33ff94b1bba237c49084a05407f68
treec766287a89518a342a3a64fa22a28e049718c3d3
parent877eb2c32e69d8fd7028b1fd08f4daf7bd375154
Add uIP header files in include/uip
17 files changed:
palacios/include/uip/clock.h [new file with mode: 0644]
palacios/include/uip/lc-addrlabels.h [new file with mode: 0644]
palacios/include/uip/lc-switch.h [new file with mode: 0644]
palacios/include/uip/lc.h [new file with mode: 0644]
palacios/include/uip/psock.h [new file with mode: 0644]
palacios/include/uip/pt.h [new file with mode: 0644]
palacios/include/uip/resolv.h [new file with mode: 0644]
palacios/include/uip/timer.h [new file with mode: 0644]
palacios/include/uip/uip-conf.h [new file with mode: 0644]
palacios/include/uip/uip-fw.h [new file with mode: 0644]
palacios/include/uip/uip-neighbor.h [new file with mode: 0644]
palacios/include/uip/uip-split.h [new file with mode: 0644]
palacios/include/uip/uip.h [new file with mode: 0644]
palacios/include/uip/uip_arch.h [new file with mode: 0644]
palacios/include/uip/uip_arp.h [new file with mode: 0644]
palacios/include/uip/uiplib.h [new file with mode: 0644]
palacios/include/uip/uipopt.h [new file with mode: 0644]