]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Guid/FirmwareContentsSigned.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Guid / FirmwareContentsSigned.h
1 /** @file
2 GUID is used to define the signed section.
3
4 Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 @par Revision Reference:
8 GUID introduced in PI Version 1.2.1.
9
10 **/
11
12 #ifndef __FIRMWARE_CONTENTS_SIGNED_GUID_H__
13 #define __FIRMWARE_CONTENTS_SIGNED_GUID_H__
14
15 #define EFI_FIRMWARE_CONTENTS_SIGNED_GUID \
16 { 0xf9d89e8, 0x9259, 0x4f76, {0xa5, 0xaf, 0xc, 0x89, 0xe3, 0x40, 0x23, 0xdf } }
17
18 extern EFI_GUID gEfiFirmwareContentsSignedGuid;
19
20 #endif