[net][sal/at] Add components C++ support

This commit is contained in:
chenyong
2018-08-27 09:56:41 +08:00
parent 192b177518
commit fc73538153
10 changed files with 61 additions and 5 deletions
+8
View File
@@ -27,6 +27,10 @@
#include <rtthread.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifdef SAL_USING_LWIP
/* lwIP protocol family register */
int lwip_inet_init(void);
@@ -37,4 +41,8 @@ int lwip_inet_init(void);
int at_inet_init(void);
#endif
#ifdef __cplusplus
}
#endif
#endif /* __AF_INET_H__ */