//************************************************************************* //************************************************************************* //** ** //** (C)Copyright 1985-2009, American Megatrends, Inc. ** //** ** //** All Rights Reserved. ** //** ** //** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** //** ** //** Phone: (770)-246-8600 ** //** ** //************************************************************************* //************************************************************************* //********************************************************************** // $Header: /Alaska/SOURCE/Modules/CMOS Manager/CMOS SMM/CmosManagerSmm.h 1 11/10/09 8:45p Michaela $ // // $Revision: 1 $ // // $Date: 11/10/09 8:45p $ //********************************************************************** // Revision History // ---------------- // $Log: /Alaska/SOURCE/Modules/CMOS Manager/CMOS SMM/CmosManagerSmm.h $ // // 1 11/10/09 8:45p Michaela // //********************************************************************** // //--------------------------------------------------------------------------- // // Name: CmosManagerSmm.h // // Description: Contains declarations to support the CMOS Access interface // in SMM. // //--------------------------------------------------------------------------- // #ifndef _CMOS_MANAGER_SMM_H #define _CMOS_MANAGER_SMM_H #include #include #include #include #include #include "CmosManager.h" #endif // #ifndef _CMOS_MANAGER_SMM_H //************************************************************************* //************************************************************************* //** ** //** (C)Copyright 1985-2009, American Megatrends, Inc. ** //** ** //** All Rights Reserved. ** //** ** //** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** //** ** //** Phone: (770)-246-8600 ** //** ** //************************************************************************* //*************************************************************************