From 53b7904443109da0aa06e3225cddc0bcbdf85b93 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 27 Aug 2021 02:34:46 +0200 Subject: added spi driver for imx8; added lwip tun driver --- fw/esp32/components/eos/include/tun.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 fw/esp32/components/eos/include/tun.h (limited to 'fw/esp32/components/eos/include/tun.h') diff --git a/fw/esp32/components/eos/include/tun.h b/fw/esp32/components/eos/include/tun.h new file mode 100644 index 0000000..3acb2a6 --- /dev/null +++ b/fw/esp32/components/eos/include/tun.h @@ -0,0 +1 @@ +void eos_tun_init(void); \ No newline at end of file -- cgit v1.2.3