blob: f315d860af5d642f61f441401f344c4ca9a189dc (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <southbridge/intel/ibexpeak/nvs.h>
void acpi_create_gnvs(global_nvs_t * gnvs)
{
}
|