summaryrefslogtreecommitdiff
path: root/Core/EM/CmosManager/CmosManagerSmm.h
blob: 3b65b90c2d88c1d872436da4e868181a94761afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (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
// 
//**********************************************************************

//<AMI_FHDR_START>
//---------------------------------------------------------------------------
//
// Name:    CmosManagerSmm.h
//
// Description: Contains declarations to support the CMOS Access interface
//              in SMM.
//
//---------------------------------------------------------------------------
//<AMI_FHDR_END>

#ifndef _CMOS_MANAGER_SMM_H
#define _CMOS_MANAGER_SMM_H

#include <Efi.h>
#include <AmiDxeLib.h>
#include <SspData.h>
#include <SspTokens.h>
#include <CmosAccess.h>
#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                         **
//**                                                                     **
//*************************************************************************
//*************************************************************************