old netservices

Dependents:   lab3-News_Reader1

Fork of NetServices by Segundo Equipo

Revision:
4:966a0265edfc
Parent:
0:ac1725ba162c
--- a/drv/eth/eth_drv.h	Fri Nov 19 21:01:51 2010 +0000
+++ b/drv/eth/eth_drv.h	Sun Nov 21 17:13:44 2010 +0000
@@ -32,6 +32,7 @@
 err_t eth_init(struct netif* netif);
 void eth_address(char* mac);
 void eth_free();
+Ethernet* eth_interface();
 
 #ifdef __cplusplus
 };