hw_eth.h
Go to the documentation of this file.
00001
00037 #ifndef HW_ETH_H
00038 #define HW_ETH_H
00039 
00040 #include <cfg/compiler.h>
00041
00042 extern uint8_t mac_addr[6];
00043
00044 #define PHY_HW_INIT() do { /* Implement me! */ } while (0)
00045
00046 #endif /* HW_ETH_H */