xref: /aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/gpio-esp32.h (revision 1c60b9aca93fdbc9b5f19b2d2194c91294b22281)
1 /*
2  * lws generic gpio - esp32 platform wrapper
3  *
4  * Written in 2010-2020 by Andy Green <[email protected]>
5  *
6  * This file is made available under the Creative Commons CC0 1.0
7  * Universal Public Domain Dedication.
8  */
9 
10 typedef int _lws_plat_gpio_t;
11 #include "gpio.h"
12 
13 extern const lws_gpio_ops_t lws_gpio_esp32;
14