david/ipxe
Archived
1
0

Renamed tcpip_if.[ch] to tcpip.[ch]

This commit is contained in:
Michael Brown 2006-08-01 14:18:09 +00:00
parent 21c3d63c2e
commit 3a0e293123
4 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
#include <gpxe/netdevice.h>
#include "uip/uip.h"
#include <gpxe/ip.h>
#include <gpxe/tcpip_if.h>
#include <gpxe/tcpip.h>
/** @file
*

View File

@ -8,7 +8,7 @@
#include <gpxe/pkbuff.h>
#include <gpxe/tables.h>
#include <gpxe/netdevice.h>
#include <gpxe/tcpip_if.h>
#include <gpxe/tcpip.h>
/** @file
*

View File

@ -11,7 +11,7 @@
#include <gpxe/init.h>
#include <gpxe/pkbuff.h>
#include <gpxe/netdevice.h>
#include <gpxe/tcpip_if.h>
#include <gpxe/tcpip.h>
/** @file
*