add linux board project

This commit is contained in:
Chen Han
2022-06-21 16:42:04 +00:00
committed by GitHub
parent 2af78131df
commit 5a8f31a2b5
14 changed files with 989 additions and 0 deletions

View 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_