zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/boot/common/src/loader/include/secure_verify.h b/boot/common/src/loader/include/secure_verify.h
new file mode 100644
index 0000000..e737bd1
--- /dev/null
+++ b/boot/common/src/loader/include/secure_verify.h
@@ -0,0 +1,26 @@
+/*******************************************************************************
+ * Copyright (C) 2016, ZXIC Corporation.
+ *
+ * File Name:
+ * File Mark:
+ * Description:
+ * Others:
+ * Version:
+ * Author:
+ * Date:
+ * History 1:
+ * Date:
+ * Version:
+ * Author:
+ * Modification:
+ * History 2:
+ ********************************************************************************/
+#ifndef __SECURE_VERIFY_H__
+#define __SECURE_VERIFY_H__
+
+
+
+u8 SecureVerify(u32 puiSdrmStartAddr);
+
+
+#endif /* __SECURE_VERIFY_H__ */