zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/lib/libupi_ab/inc/zxic_update.h b/ap/lib/libupi_ab/inc/zxic_update.h
new file mode 100755
index 0000000..7eddb29
--- /dev/null
+++ b/ap/lib/libupi_ab/inc/zxic_update.h
@@ -0,0 +1,17 @@
+#ifndef ZXIC_UPDATE_H
+#define ZXIC_UPDATE_H
+
+#define _GNU_SOURCE
+#include <stdio.h>
+#include <stdlib.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <sys/reboot.h>
+
+
+
+
+
+
+#endif /*ZXIC_UPDATE_H*/