TSG-7784 PacketAdapter支持CI自动构建RPM; 修改代码结构

This commit is contained in:
卢文朋
2021-09-13 02:12:29 +00:00
committed by luwenpeng
parent aa887fd382
commit ba21a53bb7
35 changed files with 2878 additions and 915 deletions

17
platform/include/system.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef _SYSTEM_H
#define _SYSTEM_H
#ifdef __cpluscplus
extern "C"
{
#endif
#include "public.h"
int run_daemon(void);
#ifdef __cpluscplus
}
#endif
#endif