//********************************************************************** //********************************************************************** //** ** //** (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/EventLegacyBios.h 1 10/07/06 10:22a Felixp $ // // $Revision: 1 $ // // $Date: 10/07/06 10:22a $ //********************************************************************** // Revision History // ---------------- // $Log: /Alaska/SOURCE/Core/EDK/GUID/EventLegacyBios.h $ // // 1 10/07/06 10:22a Felixp // //********************************************************************** // // // Name: EventLegacyBios.h // // Description: gEfiEventLegacyBiosGuid declaration // // //********************************************************************** #ifndef __EFI_EVENT_LEGACY_BIOS_GUID__H__ #define __EFI_EVENT_LEGACY_BIOS_GUID__H__ #ifdef __cplusplus extern "C" { #endif #include GUID_VARIABLE_DECLARATION(gEfiEventLegacyBootGuid, EFI_EVENT_LEGACY_BOOT_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 ** //** ** //********************************************************************** //**********************************************************************