]> git.proxmox.com Git - mirror_edk2.git/blob - IntelSiliconPkg/Include/Guid/MicrocodeFmp.h
IntelSiliconPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelSiliconPkg / Include / Guid / MicrocodeFmp.h
1 /** @file
2
3 Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
4 SPDX-License-Identifier: BSD-2-Clause-Patent
5
6 **/
7
8 #ifndef __MICROCODE_FMP_GUID_H__
9 #define __MICROCODE_FMP_GUID_H__
10
11 #define MICROCODE_FMP_IMAGE_TYPE_ID_GUID { 0x96d4fdcd, 0x1502, 0x424d, { 0x9d, 0x4c, 0x9b, 0x12, 0xd2, 0xdc, 0xae, 0x5c } }
12
13 extern EFI_GUID gMicrocodeFmpImageTypeIdGuid;
14
15 #endif