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

Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/boot/common/src/uboot/include/peripheral.h b/boot/common/src/uboot/include/peripheral.h
new file mode 100644
index 0000000..7c6cec6
--- /dev/null
+++ b/boot/common/src/uboot/include/peripheral.h
@@ -0,0 +1,24 @@
+/*
+ * (C) Copyright 2016, ZIXC Corporation.
+ *
+ */
+
+#ifndef __PERIPHERAL_H__
+#define __PERIPHERAL_H__
+
+#include <common.h>
+
+int peripheral_init(void);
+int Show_UpdateWait(void);
+int Show_UpdateSucc(void);
+int Show_UpdateFail(void);
+int Show_LowPower(void);
+int Show_No_Battery(void);
+int Show_PowerOn_Normal(void);
+int Show_Charging(void);
+int Show_PowerOn_Rtc(void);
+int Show_PowerOn_Fota(void);
+int zx_get_vbat_voltage(void);
+unsigned int zx_get_battery_Status(void);
+
+#endif	/* __PERIPHERAL_H__ */