Moved uIP and tcp.c from proto/ to net/

This commit is contained in:
Michael Brown
2006-04-30 01:16:37 +00:00
parent 352bf1bda2
commit 592a5a99c8
8 changed files with 3512 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
#include <gpxe/if_ether.h>
#include <gpxe/pkbuff.h>
#include <gpxe/netdevice.h>
#include "../proto/uip/uip.h"
#include "uip/uip.h"
/** @file
*