synopGMAC.h 480 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2017-08-24 chinesebear first version
  9. */
  10. #ifndef __SYNOPGMAC__H
  11. #define __SYNOPGMAC__H
  12. #include "synopGMAC_network_interface.h"
  13. #include "synopGMAC_Host.h"
  14. #include "synopGMAC_Dev.h"
  15. #include "synopGMAC_plat.h"
  16. #include "mii.h"
  17. #include "synopGMAC_types.h"
  18. int rt_hw_eth_init(void);
  19. #endif /*__SYNOPGMAC__H*/