17 lines
330 B
C
17 lines
330 B
C
|
/*
|
||
|
* File : drv_emac.h
|
||
|
* i.MX6 EMAC Ethernet driver
|
||
|
* COPYRIGHT (C) 2015, Shanghai Real-Thread Electronic Technology Co.,Ltd
|
||
|
*
|
||
|
* 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
|