#pragma once #include #include #include #include #include #define EZIPC_TEST_PATH "/tmp/ezi_conn_test" typedef struct msg_s { enum { MSG_ECHO, MSG_OK, MSG_EXIT, } type; uint8_t data[128]; } msg;