2020-04-03 01:22:49 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2014-02-19 22:20:14 +01:00
|
|
|
|
2020-06-17 22:37:49 +02:00
|
|
|
#include <acpi/acpi_gnvs.h>
|
2018-06-06 18:01:30 +02:00
|
|
|
#include <southbridge/intel/ibexpeak/nvs.h>
|
2014-02-19 22:20:14 +01:00
|
|
|
|
2020-06-17 22:37:49 +02:00
|
|
|
void acpi_create_gnvs(struct global_nvs *gnvs)
|
2014-02-19 22:20:14 +01:00
|
|
|
{
|
|
|
|
}
|