blob: 92688bfc3a1e445a022e5ddef9c57dd2cd6f4e11 [file] [log] [blame]
Damien Zammit74d165b2015-05-04 10:41:21 +10001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by 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
16#include <types.h>
17#include <southbridge/intel/i82801gx/nvs.h>
18
19void acpi_create_gnvs(global_nvs_t *gnvs)
20{
21}