Minor changes to the network layer rx() functions

This commit is contained in:
Nikhil Chandru Rao
2006-08-01 20:27:26 +00:00
parent beadd82208
commit c24546c70b
5 changed files with 79 additions and 10 deletions

View File

@@ -66,6 +66,6 @@ extern void del_ipv4_address ( struct net_device *netdev );
extern int ipv4_uip_tx ( struct pk_buff *pkb );
extern int ipv4_tx ( struct pk_buff *pkb, struct tcpip_protocol *tcpip,
struct in_addr *dest );
struct sockaddr *sock );
#endif /* _GPXE_IP_H */