blob: db15cdbfc483e689b545cb3a2e7260df0fb78c96 [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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef TBBR_IMG_DESC_H
8#define TBBR_IMG_DESC_H
Yatharth Kochar71c9a5e2015-10-10 19:06:53 +01009
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000010#include <common/bl_common.h>
Yatharth Kochar71c9a5e2015-10-10 19:06:53 +010011
12extern image_desc_t bl1_tbbr_image_descs[];
13
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000014#endif /* TBBR_IMG_DESC_H */