summaryrefslogtreecommitdiff
path: root/Core/GUID/Hob.h
diff options
context:
space:
mode:
Diffstat (limited to 'Core/GUID/Hob.h')
-rw-r--r--Core/GUID/Hob.h62
1 files changed, 62 insertions, 0 deletions
diff --git a/Core/GUID/Hob.h b/Core/GUID/Hob.h
new file mode 100644
index 0000000..a503a44
--- /dev/null
+++ b/Core/GUID/Hob.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/Hob.h 1 5/19/06 11:28p Felixp $
+//
+// $Revision: 1 $
+//
+// $Date: 5/19/06 11:28p $
+//**********************************************************************
+// Revision History
+// ----------------
+// $Log: /Alaska/SOURCE/Core/EDK/GUID/Hob.h $
+//
+// 1 5/19/06 11:28p Felixp
+//
+//**********************************************************************
+//<AMI_FHDR_START>
+//
+// Name: HOB.h
+//
+// Description: HOB Table GUID
+//
+//<AMI_FHDR_END>
+//**********************************************************************
+#ifndef __HOB_LIST_GUID__H__
+#define __HOB_LIST_GUID__H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+#include <DXE.h>
+
+GUID_VARIABLE_DECLARATION(gEfiHobListGuid, HOB_LIST_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 **
+//** **
+//**********************************************************************
+//********************************************************************** \ No newline at end of file