提交 8cae0674 编写于 作者: armink_ztl's avatar armink_ztl

[component][sal] Add some #ifdef on source code.

上级 f763f8e7
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include <dfs_poll.h> #include <dfs_poll.h>
#endif #endif
#ifdef SAL_USING_AT
#ifdef SAL_USING_POSIX #ifdef SAL_USING_POSIX
static int at_poll(struct dfs_fd *file, struct rt_pollreq *req) static int at_poll(struct dfs_fd *file, struct rt_pollreq *req)
{ {
...@@ -111,3 +113,5 @@ int at_inet_init(void) ...@@ -111,3 +113,5 @@ int at_inet_init(void)
return 0; return 0;
} }
INIT_COMPONENT_EXPORT(at_inet_init); INIT_COMPONENT_EXPORT(at_inet_init);
#endif /* SAL_USING_AT */
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
#endif #endif
#endif #endif
#ifdef SAL_USING_LWIP
#ifdef SAL_USING_POSIX #ifdef SAL_USING_POSIX
/* /*
* Re-define lwip socket * Re-define lwip socket
...@@ -293,3 +295,5 @@ int lwip_inet_init(void) ...@@ -293,3 +295,5 @@ int lwip_inet_init(void)
return 0; return 0;
} }
INIT_COMPONENT_EXPORT(lwip_inet_init); INIT_COMPONENT_EXPORT(lwip_inet_init);
#endif /* SAL_USING_LWIP */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册