blob: 6f9de32552c3908c3c9b7fc39de92284136a94c2 [file] [log] [blame]
Pankaj Gupta0476cb32020-12-09 14:02:40 +05301/*
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
11int load_img(unsigned int image_id, uintptr_t *image_base,
12 uint32_t *image_size);
13
14#endif /* LOAD_IMAGE_H */