|
#ifndef __SYNOPGMAC__H
|
|
#define __SYNOPGMAC__H
|
|
|
|
#include "synopGMAC_network_interface.h"
|
|
#include "synopGMAC_Host.h"
|
|
#include "synopGMAC_Dev.h"
|
|
#include "synopGMAC_plat.h"
|
|
#include "mii.h"
|
|
#include "types.h"
|
|
|
|
void rt_hw_eth_init(void);
|
|
|
|
#endif /*__SYNOPGMAC__H*/
|