rt-thread/bsp/imx6sx/cortex-a9/drivers/emac_drv.h

16 lines
290 B
C

/*
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
* 2015-07-15 Bernard The first version
*/
#ifndef EMAC_DRV_H__
#define EMAC_DRV_H__
int emac_hw_init(void);
#endif