//********************************************************************** //********************************************************************** //** ** //** (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/Apriori.h 1 5/19/06 11:28p Felixp $ // // $Revision: 1 $ // // $Date: 5/19/06 11:28p $ //********************************************************************** // Revision History // ---------------- // $Log: /Alaska/SOURCE/Core/EDK/GUID/Apriori.h $ // // 1 5/19/06 11:28p Felixp // //********************************************************************** // // // Name: Apriori.h // // Description: DXE a priori file GUID // // //********************************************************************** #ifndef __EFI_APRIORI_GUID__H__ #define __EFI_APRIORI_GUID__H__ #ifdef __cplusplus extern "C" { #endif #include GUID_VARIABLE_DECLARATION(gAprioriGuid, EFI_APRIORI_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 ** //** ** //********************************************************************** //**********************************************************************