synopGMAC.h 477 字节
Newer Older
1
/*
2
 * Copyright (c) 2006-2018, RT-Thread Development Team
3
 *
4
 * SPDX-License-Identifier: Apache-2.0
5 6 7 8
 *
 * Change Logs:
 * Date           Author       Notes
 * 2017-08-24     chinesebear  first version
9 10
 */

11 12 13 14 15 16 17 18
#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"
19
#include "synopGMAC_types.h"
20

Z
zhuangwei123 已提交
21
int rt_hw_eth_init(void);
22 23

#endif	/*__SYNOPGMAC__H*/