1 /*
2  * Copyright (c) 2006-2022, 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 
11 #ifndef __SYNOPGMAC__H
12 #define __SYNOPGMAC__H
13 
14 #include "synopGMAC_network_interface.h"
15 #include "synopGMAC_Host.h"
16 #include "synopGMAC_Dev.h"
17 #include "synopGMAC_plat.h"
18 #include "mii.h"
19 #include "synopGMAC_types.h"
20 
21 int rt_hw_eth_init(void);
22 
23 #endif  /*__SYNOPGMAC__H*/
24