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 <common/bl_common.h>
11 
12 extern image_desc_t bl1_tbbr_image_descs[];
13 
14 #endif /* TBBR_IMG_DESC_H */
15