xref: /aosp_15_r20/external/arm-trusted-firmware/plat/nxp/common/img_loadr/load_img.h (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1 /*
2  * Copyright 2018-2020 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef LOAD_IMAGE_H
9 #define LOAD_IMAGE_H
10 
11 int load_img(unsigned int image_id, uintptr_t *image_base,
12 		      uint32_t *image_size);
13 
14 #endif /* LOAD_IMAGE_H */
15