//********************************************************************** //********************************************************************** //** ** //** (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 // //********************************************************************** // // // Name: FrameworkDevicePath.h // // Description: gEfiFrameworkDevicePathGuid declaration // // //********************************************************************** #ifndef __EFI_FRAMEWORK_DEVICE_PATH_GUID__H__ #define __EFI_FRAMEWORK_DEVICE_PATH_GUID__H__ #ifdef __cplusplus extern "C" { #endif #include #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 ** //** ** //********************************************************************** //**********************************************************************