esp_netif.h 250 B

1234567891011
  1. /*
  2. * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Unlicense OR CC0-1.0
  5. */
  6. #include <sys/ioctl.h>
  7. #include <net/if.h>
  8. #include <ifaddrs.h>
  9. #include "esp_err.h"
  10. esp_err_t esp_netif_init(void);