1 /* 2 * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef __TBBR_IMG_DESC_H__ 8 #define __TBBR_IMG_DESC_H__ 9 10 #include <bl_common.h> 11 12 extern image_desc_t bl1_tbbr_image_descs[]; 13 14 #endif /* __TBBR_IMG_DESC_H__ */ 15