From 76ec318118106cb25d762de83857f6579c13e273 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 27 Aug 2021 03:06:13 +0200 Subject: yocto rename --- yocto/meta-bsp-rvphone/recipes-bsp/esp32spid/src/tun.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 yocto/meta-bsp-rvphone/recipes-bsp/esp32spid/src/tun.h (limited to 'yocto/meta-bsp-rvphone/recipes-bsp/esp32spid/src/tun.h') diff --git a/yocto/meta-bsp-rvphone/recipes-bsp/esp32spid/src/tun.h b/yocto/meta-bsp-rvphone/recipes-bsp/esp32spid/src/tun.h new file mode 100644 index 0000000..bcfdac5 --- /dev/null +++ b/yocto/meta-bsp-rvphone/recipes-bsp/esp32spid/src/tun.h @@ -0,0 +1,8 @@ +#include + +#define TUN_OK 0 +#define TUN_ERR -1 + +void *tun_read(void *arg); +int tun_write(unsigned char *buffer, uint16_t len); +int tun_init(void); \ No newline at end of file -- cgit v1.2.3