Added two functions
Fork of lwip-eth by
Diff: arch/TARGET_Freescale/k64f_emac_config.h
- Revision:
- 34:9daadcdfbeb3
- Parent:
- 31:da93f0f73711
--- a/arch/TARGET_Freescale/k64f_emac_config.h Tue May 03 00:16:23 2016 +0100 +++ b/arch/TARGET_Freescale/k64f_emac_config.h Fri Dec 02 07:46:12 2016 +0000 @@ -42,6 +42,8 @@ #endif int phy_link_status(void); +int phy_get_duplex(void); +int phy_get_speed(void); #if defined(__cplusplus) }