Summer Qin | 9db8f2e | 2017-04-24 16:49:28 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 6 | #ifndef OPTEE_UTILS_H |
| 7 | #define OPTEE_UTILS_H |
Summer Qin | 9db8f2e | 2017-04-24 16:49:28 +0100 | [diff] [blame] | 8 | |
| 9 | #include <bl_common.h> |
| 10 | |
| 11 | int parse_optee_header(entry_point_info_t *header_ep, |
| 12 | image_info_t *pager_image_info, |
| 13 | image_info_t *paged_image_info); |
| 14 | |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 15 | #endif /* OPTEE_UTILS_H */ |