rt-thread/bsp/stm32f429-apollo/drivers/drv_eth.h

7 lines
86 B
C

#ifndef __DRV_ETH_H__
#define __DRV_ETH_H__
void rt_hw_stm32_eth_init(void);
#endif