nim_ethernet.h 195 B

123456789101112131415
  1. /*
  2. * ethernet.h
  3. *
  4. * Created on: 2025Äê7ÔÂ25ÈÕ
  5. * Author: wulianwei
  6. */
  7. #ifndef HAL_NIM_ETHERNET_H_
  8. #define HAL_NIM_ETHERNET_H_
  9. void EthernetInit();
  10. #endif /* HAL_NIM_ETHERNET_H_ */