#pragma once #include "esp_eth_driver.h" #ifdef __cplusplus extern "C" { #endif void eth_init(void); #ifdef __cplusplus } #endif