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 SYNQUACER_EFI_H
9 #define SYNQUACER_EFI_H
10 
11 typedef struct {
12         uint8_t b[16];
13 } efi_guid_t __attribute__((aligned(8)));
14 
15 #endif /* SYNQUACER_EFI_H */
16