]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/Mps.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Guid / Mps.h
CommitLineData
c2f83f0a 1/** @file\r
8a7d75b0 2 GUIDs used for MPS entries in the UEFI 2.0 system table\r
1a2f870c 3 ACPI is the primary means of exporting MPS information to the OS. MPS only was\r
c2f83f0a 4 included to support Itanium-based platform power on. So don't use it if you don't have too.\r
5\r
9095d37b 6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
c2f83f0a 8\r
c2f83f0a 9 @par Revision Reference:\r
10 GUIDs defined in UEFI 2.0 spec.\r
11\r
12**/\r
13\r
14#ifndef __MPS_GUID_H__\r
15#define __MPS_GUID_H__\r
16\r
17#define EFI_MPS_TABLE_GUID \\r
18 { \\r
19 0xeb9d2d2f, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
20 }\r
21\r
22//\r
23// GUID name defined in spec.\r
24//\r
2f88bd3a 25#define MPS_TABLE_GUID EFI_MPS_TABLE_GUID\r
c2f83f0a 26\r
2f88bd3a 27extern EFI_GUID gEfiMpsTableGuid;\r
c2f83f0a 28\r
29#endif\r