ethernet_phy_main.h 624 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * Code generated from Atmel Start.
  3. *
  4. * This file will be overwritten when reconfiguring your Atmel Start project.
  5. * Please copy examples or other code you want to keep to a separate file or main.c
  6. * to avoid loosing it when reconfiguring.
  7. */
  8. #ifndef ETHERNET_PHY_MAIN_H
  9. #define ETHERNET_PHY_MAIN_H
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. #include <ethernet_phy.h>
  14. extern struct ethernet_phy_descriptor MACIF_PHY_desc;
  15. void ethernet_phys_init(void);
  16. void MACIF_PHY_example(void);
  17. /**
  18. * \brief Ethernet PHY devices
  19. */
  20. void ethernet_phys_init(void);
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif /* ETHERNET_PHY_MAIN_H */