blob: f1c91e2d3a2c7289d3ae1449bd5fbea6271fe04e [file] [log] [blame]
Pratik Prajapatib90b94d2015-09-11 13:51:38 -07001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2015 Intel Corporation.
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.
Pratik Prajapatib90b94d2015-09-11 13:51:38 -070014 */
15
16#ifndef _SOC_MMA_H_
17#define _SOC_MMA_H_
18
19#include <fsp/soc_binding.h>
20
21void setup_mma(MEMORY_INIT_UPD *memory_params);
22
23#endif