tbbr_img_desc.h 280 B

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