From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Core/GUID/DxeServices.h | 62 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Core/GUID/DxeServices.h (limited to 'Core/GUID/DxeServices.h') diff --git a/Core/GUID/DxeServices.h b/Core/GUID/DxeServices.h new file mode 100644 index 0000000..6e4c361 --- /dev/null +++ b/Core/GUID/DxeServices.h @@ -0,0 +1,62 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2006, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** + +//********************************************************************** +// $Header: /Alaska/SOURCE/Core/EDK/GUID/DxeServices.h 1 5/19/06 11:28p Felixp $ +// +// $Revision: 1 $ +// +// $Date: 5/19/06 11:28p $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/SOURCE/Core/EDK/GUID/DxeServices.h $ +// +// 1 5/19/06 11:28p Felixp +// +//********************************************************************** +// +// +// Name: DxeServices.h +// +// Description: DXE Service Table GUID +// +// +//********************************************************************** +#ifndef __DXE_SERVICES_TABLE_GUID__H__ +#define __DXE_SERVICES_TABLE_GUID__H__ +#ifdef __cplusplus +extern "C" { +#endif +#include + +GUID_VARIABLE_DECLARATION(gEfiDxeServicesTableGuid, DXE_SERVICES_TABLE_GUID); +/****** DO NOT WRITE BELOW THIS LINE *******/ +#ifdef __cplusplus +} +#endif +#endif +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2006, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** -- cgit v1.2.3