diff options
Diffstat (limited to 'include/net.h')
| -rw-r--r-- | include/net.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/include/net.h b/include/net.h index 3101096e9a1..3469811aa0e 100644 --- a/include/net.h +++ b/include/net.h @@ -238,9 +238,6 @@ void eth_try_another(int first_restart);	/* Change the device */  void eth_set_current(void);		/* set nterface to ethcur var */  int eth_get_dev_index(void);		/* get the device index */ -void eth_parse_enetaddr(const char *addr, uchar *enetaddr); -int eth_env_get_enetaddr(const char *name, uchar *enetaddr); -int eth_env_set_enetaddr(const char *name, const uchar *enetaddr);  /**   * eth_env_set_enetaddr_by_index() - set the MAC address environment variable | 
