1/*
2 * lws generic gpio - esp32 platform wrapper
3 *
4 * Written in 2010-2020 by Andy Green <andy@warmcat.com>
5 *
6 * This file is made available under the Creative Commons CC0 1.0
7 * Universal Public Domain Dedication.
8 */
9
10typedef int _lws_plat_gpio_t;
11#include "gpio.h"
12
13extern const lws_gpio_ops_t lws_gpio_esp32;
14