remove trailing whitespace
[coreboot.git] / src / mainboard / amd / inagua / dimmSpd.h
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2011 Advanced Micro Devices, Inc.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; version 2 of the License.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18  */
19
20 /*----------------------------------------------------------------------------------------
21  *                             M O D U L E S    U S E D
22  *----------------------------------------------------------------------------------------
23  */
24
25 #ifndef _DIMMSPD_H_
26 #define _DIMMSPD_H_
27
28 #include "Porting.h"
29 #include "AGESA.h"
30
31 /*----------------------------------------------------------------------------------------
32  *                   D E F I N I T I O N S    A N D    M A C R O S
33  *----------------------------------------------------------------------------------------
34  */
35
36 /*----------------------------------------------------------------------------------------
37  *                  T Y P E D E F S     A N D     S T R U C T U  R E S
38  *----------------------------------------------------------------------------------------
39  */
40
41 /*----------------------------------------------------------------------------------------
42  *           P R O T O T Y P E S     O F     L O C A L     F U  N C T I O N S
43  *----------------------------------------------------------------------------------------
44  */
45
46 /*----------------------------------------------------------------------------------------
47  *                          E X P O R T E D    F U N C T I O N S
48  *----------------------------------------------------------------------------------------
49  */
50
51 AGESA_STATUS
52 AmdMemoryReadSPD (
53   IN UINT32 Func,
54   IN UINT32 Data,
55   IN OUT AGESA_READ_SPD_PARAMS *SpdData
56   );
57
58 /*---------------------------------------------------------------------------------------
59  *                          L O C A L    F U N C T I O N S
60  *---------------------------------------------------------------------------------------
61  */
62
63 #endif