]> git.proxmox.com Git - mirror_edk2.git/blob - OldMdePkg/Include/Guid/DxeServices.h
Adding top-level Conf directory for next generation of EDK II build infrastructure...
[mirror_edk2.git] / OldMdePkg / Include / Guid / DxeServices.h
1 /** @file
2 GUID used to identify the DXE Services Table
3
4 Copyright (c) 2006, Intel Corporation
5 All rights reserved. This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 Module Name: DxeServices.h
14
15 @par Revision Reference:
16 GUID defined in DXE CIS spec version 0.91B
17
18 **/
19
20 #ifndef __DXE_SERVICES_GUID_H__
21 #define __DXE_SERVICES_GUID_H__
22
23 #define EFI_DXE_SERVICES_TABLE_GUID \
24 { \
25 0x5ad34ba, 0x6f02, 0x4214, {0x95, 0x2e, 0x4d, 0xa0, 0x39, 0x8e, 0x2b, 0xb9 } \
26 }
27
28 extern EFI_GUID gEfiDxeServicesTableGuid;
29
30 #endif