Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and include/gpxe/tcpip_if.h respectively. Made changes in the other files.

This commit is contained in:
Nikhil Chandru Rao
2006-06-28 15:43:08 +00:00
parent 291f072b82
commit c9ea710930
6 changed files with 273 additions and 15 deletions

View File

@@ -74,6 +74,11 @@ struct udp_connection {
*/
static LIST_HEAD ( udp_conns );
/**
* UDP protocol
*/
extern struct tcpip_protocol udp_protocol;
/**
* Functions provided to the application layer
*/