summaryrefslogtreecommitdiff
path: root/Core/GUID/FrameworkDevicePath.h
diff options
context:
space:
mode:
Diffstat (limited to 'Core/GUID/FrameworkDevicePath.h')
-rw-r--r--Core/GUID/FrameworkDevicePath.h64
1 files changed, 64 insertions, 0 deletions
diff --git a/Core/GUID/FrameworkDevicePath.h b/Core/GUID/FrameworkDevicePath.h
new file mode 100644
index 0000000..68d1bfb
--- /dev/null
+++ b/Core/GUID/FrameworkDevicePath.h
@@ -0,0 +1,64 @@
+//**********************************************************************
+//**********************************************************************
+//** **
+//** (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/FrameworkDevicePath.h 1 10/07/06 10:22a Felixp $
+//
+// $Revision: 1 $
+//
+// $Date: 10/07/06 10:22a $
+//**********************************************************************
+// Revision History
+// ----------------
+// $Log: /Alaska/SOURCE/Core/EDK/GUID/FrameworkDevicePath.h $
+//
+// 1 10/07/06 10:22a Felixp
+//
+//**********************************************************************
+//<AMI_FHDR_START>
+//
+// Name: FrameworkDevicePath.h
+//
+// Description: gEfiFrameworkDevicePathGuid declaration
+//
+//<AMI_FHDR_END>
+//**********************************************************************
+#ifndef __EFI_FRAMEWORK_DEVICE_PATH_GUID__H__
+#define __EFI_FRAMEWORK_DEVICE_PATH_GUID__H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+#include <EFI.h>
+#define EFI_FRAMEWORK_DEVICE_PATH_GUID \
+ { 0xb7084e63, 0x46b7, 0x4d1a, { 0x86, 0x77, 0xe3, 0x0b, 0x53, 0xdb, 0xf0, 0x50 } }
+
+GUID_VARIABLE_DECLARATION(gEfiFrameworkDevicePathGuid, EFI_FRAMEWORK_DEVICE_PATH_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