[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit

Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/ap/app/zte_ping/runner.h b/ap/app/zte_ping/runner.h
new file mode 100755
index 0000000..5ffc52a
--- /dev/null
+++ b/ap/app/zte_ping/runner.h
@@ -0,0 +1,20 @@
+
+#ifndef RUNNER_H
+#define RUNNER_H
+
+#include <syslog.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <unistd.h>
+#include <sys/file.h>
+#include "settings.h"
+#include "netapi.h"
+#include "softap_api.h"
+void start_run(zping_settings_t *zping_settings);
+
+#define zping_print(LEVEL,...) do { printf(__VA_ARGS__); \
+						syslog(LEVEL,__VA_ARGS__);} while(0)
+
+
+#endif // RUNNER_H