lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | /******************************************************************************* |
| 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 | |
| 23 | u8 SecureVerify(u32 puiSdrmStartAddr); |
| 24 | |
| 25 | |
| 26 | #endif /* __SECURE_VERIFY_H__ */ |