blob: 4063f8a5c400e3fc6bca38802fdeb8bb3284a2a7 [file] [log] [blame]
Yatharth Kochar71c9a5e2015-10-10 19:06:53 +01001/*
2 * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Yatharth Kochar71c9a5e2015-10-10 19:06:53 +01005 */
6
7#ifndef __TBBR_IMG_DESC_H__
8#define __TBBR_IMG_DESC_H__
9
10#include <bl_common.h>
11
12extern image_desc_t bl1_tbbr_image_descs[];
13
14#endif /* __TBBR_IMG_DESC_H__ */