diff --git a/include/net.h b/include/net.h index 39fad12..e4f6f86 100644 --- a/include/net.h +++ b/include/net.h @@ -59,10 +59,8 @@ int eth_register(struct eth_device* dev); /* Register network device */ void eth_unregister(struct eth_device* dev); /* Unregister network device */ -int eth_open(void); /* open the device */ int eth_send(void *packet, int length); /* Send a packet */ int eth_rx(void); /* Check for received packets */ -void eth_halt(void); /* stop SCC */ /* associate a MAC address to a ethernet device. Should be called by * board code for boards which store their MAC address at some unusual