drv_eth.h 86 B

123456
  1. #ifndef __DRV_ETH_H__
  2. #define __DRV_ETH_H__
  3. void rt_hw_stm32_eth_init(void);
  4. #endif