summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/include/tun.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/esp32/components/eos/include/tun.h')
-rw-r--r--fw/esp32/components/eos/include/tun.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fw/esp32/components/eos/include/tun.h b/fw/esp32/components/eos/include/tun.h
index 3acb2a6..ab1e0f4 100644
--- a/fw/esp32/components/eos/include/tun.h
+++ b/fw/esp32/components/eos/include/tun.h
@@ -1 +1,5 @@
+#include <stdint.h>
+
+void eos_tun_portmap_add(uint32_t ext_addr);
+void eos_tun_portmap_remove(void);
void eos_tun_init(void); \ No newline at end of file