1 /*
2  * Arm SCP/MCP Software
3  * Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #ifndef MORELLO_FIP_H
9 #define MORELLO_FIP_H
10 
11 #include <mod_fip.h>
12 
13 enum mod_morello_fip_toc_entry_type {
14     MOD_MORELLO_FIP_TOC_ENTRY_MCP_BL2 = MOD_FIP_TOC_ENTRY_COUNT,
15 };
16 
17 #endif /* MORELLO_FIP_H */
18