summaryrefslogtreecommitdiffstats
path: root/plat/nxp/common/img_loadr/load_img.h
blob: 6f9de32552c3908c3c9b7fc39de92284136a94c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright 2018-2020 NXP
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 */

#ifndef LOAD_IMAGE_H
#define LOAD_IMAGE_H

int load_img(unsigned int image_id, uintptr_t *image_base,
		      uint32_t *image_size);

#endif /* LOAD_IMAGE_H */