| /******************************************************************************* | |
| * 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__ */ |