]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Guid/SalSystemTable.h
ShellPkg/UefiHandleParsingLib: Remove some unused Guids
[mirror_edk2.git] / MdePkg / Include / Guid / SalSystemTable.h
1 /** @file
2 GUIDs used for SAL system table entries in the EFI system table.
3
4 SAL System Table contains Itanium-based processor centric information about
5 the system.
6
7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
9
10 @par Revision Reference:
11 GUIDs defined in UEFI 2.0 spec.
12
13 **/
14
15 #ifndef __SAL_SYSTEM_TABLE_GUID_H__
16 #define __SAL_SYSTEM_TABLE_GUID_H__
17
18 #define SAL_SYSTEM_TABLE_GUID \
19 { \
20 0xeb9d2d32, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
21 }
22
23 extern EFI_GUID gEfiSalSystemTableGuid;
24
25 #endif