synopGMAC.h 262 B

12345678910111213
  1. #ifndef __SYNOPGMAC__H
  2. #define __SYNOPGMAC__H
  3. #include "synopGMAC_network_interface.h"
  4. #include "synopGMAC_Host.h"
  5. #include "synopGMAC_Dev.h"
  6. #include "synopGMAC_plat.h"
  7. #include "mii.h"
  8. #include "types.h"
  9. void rt_hw_eth_init(void);
  10. #endif /*__SYNOPGMAC__H*/