blob: e737bd1845463e381acc985305948b881d9a322f [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001/*******************************************************************************
2 * Copyright (C) 2016, ZXIC Corporation.
3 *
4 * File Name:
5 * File Mark:
6 * Description:
7 * Others:
8 * Version:
9 * Author:
10 * Date:
11 * History 1:
12 * Date:
13 * Version:
14 * Author:
15 * Modification:
16 * History 2:
17 ********************************************************************************/
18#ifndef __SECURE_VERIFY_H__
19#define __SECURE_VERIFY_H__
20
21
22
23u8 SecureVerify(u32 puiSdrmStartAddr);
24
25
26#endif /* __SECURE_VERIFY_H__ */