zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/lib/libupi_ab/inc/upi_sync_system.h b/ap/lib/libupi_ab/inc/upi_sync_system.h
new file mode 100755
index 0000000..9ca0409
--- /dev/null
+++ b/ap/lib/libupi_ab/inc/upi_sync_system.h
@@ -0,0 +1,48 @@
+/**
+* @file upi_sync_system.h
+* @brief AB-AAϵͳͬ²½
+*
+* Copyright (C) 2017 Sanechips Technology Co., Ltd.
+* @author
+*
+*/
+
+
+#ifndef _UPI_SYNC_SYSTEM_H
+#define _UPI_SYNC_SYSTEM_H
+
+
+/*******************************************************************************
+ * Include header files *
+ ******************************************************************************/
+
+
+/*******************************************************************************
+ * Macro definitions *
+ ******************************************************************************/
+
+
+/*******************************************************************************
+ * Type definitions *
+ ******************************************************************************/
+typedef enum {
+ SYNC_STATUS_FAIL = -1,
+ SYNC_STATUS_SUCCESS = 0,
+ SYNC_STATUS_SYNCING
+} sync_status_t;
+
+
+/*******************************************************************************
+ * Global variable declarations *
+ ******************************************************************************/
+
+
+/*******************************************************************************
+ * Global function declarations *
+ ******************************************************************************/
+int upi_sync_system();
+
+int upi_get_upgrade_type();
+
+
+#endif // _UPI_SYNC_SYSTEM_H