X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Feth.h;h=786e7979c2ee303293ac5f72f1a91ca239c92b2c;hb=666af47976ef74df740dc7df58fc31fa6e3fc65b;hp=2d29ba7ad410260669fc53c3c479663e7557061b;hpb=bf9202ba50abb9b9a107d5f3a672699a969dbcbf;p=bertos.git diff --git a/bertos/drv/eth.h b/bertos/drv/eth.h index 2d29ba7a..786e7979 100644 --- a/bertos/drv/eth.h +++ b/bertos/drv/eth.h @@ -36,12 +36,14 @@ * * $WIZ$ module_name = "eth" * $WIZ$ module_configuration = "bertos/cfg/cfg_eth.h" - * $WIZ$ module_supports = "at91sam7x" + * $WIZ$ module_supports = "at91sam7x or sam3x" + * $WIZ$ module_hw = "bertos/hw/hw_eth.h", "bertos/hw/hw_eth.c" */ #ifndef DRV_ETH_H #define DRV_ETH_H +#include "hw/hw_eth.h" #include #define ETH_ADDR_LEN 6 @@ -130,6 +132,4 @@ ssize_t eth_recv(uint8_t *buf, size_t len); int eth_init(void); -extern const uint8_t mac_addr[ETH_ADDR_LEN]; - #endif /* DRV_ETH_H */