emac_drv.h 330 B

12345678910111213141516
  1. /*
  2. * File : drv_emac.h
  3. * i.MX6 EMAC Ethernet driver
  4. * COPYRIGHT (C) 2015, Shanghai Real-Thread Electronic Technology Co.,Ltd
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2015-07-15 Bernard The first version
  9. */
  10. #ifndef EMAC_DRV_H__
  11. #define EMAC_DRV_H__
  12. int emac_hw_init(void);
  13. #endif