add mqtt demo
This commit is contained in:
8
board/Linux_Posix/mqtt_demo/inc/socket_wrapper.h
Normal file
8
board/Linux_Posix/mqtt_demo/inc/socket_wrapper.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _SOCKET_WRAPPER_
|
||||
#define _SOCKET_WRAPPER_
|
||||
|
||||
#include "sal_module_wrapper.h"
|
||||
|
||||
sal_module_t *get_socket_module(void);
|
||||
|
||||
#endif //_SOCKET_WRAPPER_
|
Reference in New Issue
Block a user