xref: /rk3399_ARM-atf/plat/st/common/include/stm32mp_efi.h (revision 6dc5979a6cb2121e4c16e7bd62e24030e0f42755)
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /*
3  * Copyright (c) 2021, Linaro Limited
4  */
5 
6 #ifndef STM32MP_EFI_H
7 #define STM32MP_EFI_H
8 
9 #include <drivers/partition/efi.h>
10 
11 #define STM32MP_FIP_GUID \
12 	EFI_GUID(0x19d5df83, 0x11b0, 0x457b, \
13 		 0xbe, 0x2c, 0x75, 0x59, 0xc1, 0x31, 0x42, 0xa5)
14 
15 #endif /* STM32MP_EFI_H */
16