blob: d7249c2367519e685f0622d2253bb51942d54a84 [file] [log] [blame]
Lance Zhaof51b1272015-11-09 17:06:34 -08001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2016 Intel Corp.
5 * (Written by Lijian Zhao <lijian.zhao@intel.com> for Intel Corp.)
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13#include <arch/acpi.h>
14
15unsigned long acpi_fill_mcfg(unsigned long current)
16{
17 return 0;
18}
19unsigned long acpi_fill_madt(unsigned long current)
20{
21 return 0;
22}