summaryrefslogtreecommitdiff
path: root/Core/PPI/DxeIpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Core/PPI/DxeIpl.h')
-rw-r--r--Core/PPI/DxeIpl.h65
1 files changed, 65 insertions, 0 deletions
diff --git a/Core/PPI/DxeIpl.h b/Core/PPI/DxeIpl.h
new file mode 100644
index 0000000..35897e6
--- /dev/null
+++ b/Core/PPI/DxeIpl.h
@@ -0,0 +1,65 @@
+//**********************************************************************
+//**********************************************************************
+//** **
+//** (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/PPI/DxeIpl.h 1 5/19/06 11:28p Felixp $
+//
+// $Revision: 1 $
+//
+// $Date: 5/19/06 11:28p $
+//**********************************************************************
+// Revision History
+// ----------------
+// $Log: /Alaska/SOURCE/Core/EDK/PPI/DxeIpl.h $
+//
+// 1 5/19/06 11:28p Felixp
+//
+// 1 3/13/06 1:57a Felixp
+//
+//**********************************************************************
+//<AMI_FHDR_START>
+//
+// Name: DxeIpl.h
+//
+// Description:
+//
+//<AMI_FHDR_END>
+//**********************************************************************
+#ifndef __DXE_IPL_PPI__H__
+#define __DXE_IPL_PPI__H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+//DxeIpl is defined in PEI.h
+#include <PEI.h>
+
+GUID_VARIABLE_DECLARATION(gEfiDxeIplPpiGuid, EFI_DXE_IPL_PPI_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 **
+//** **
+//**********************************************************************
+//**********************************************************************