ACPI: Add missing include in nvs.h

Change-Id: Ic779a668ebaa4f0c9bdef95fd6de8f0179e8a534
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49004
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kyösti Mälkki 2020-12-29 06:58:22 +02:00 committed by Nico Huber
parent c2b0a4fa32
commit 98323cd222
6 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#ifndef _SOC_APOLLOLAKE_NVS_H_
#define _SOC_APOLLOLAKE_NVS_H_
#include <stdint.h>
#include <commonlib/helpers.h>
#include <vendorcode/google/chromeos/gnvs.h>

View file

@ -3,6 +3,7 @@
#ifndef _BAYTRAIL_NVS_H_
#define _BAYTRAIL_NVS_H_
#include <stdint.h>
#include <commonlib/helpers.h>
#include <vendorcode/google/chromeos/gnvs.h>
#include <soc/device_nvs.h>

View file

@ -3,6 +3,7 @@
#ifndef _SOC_NVS_H_
#define _SOC_NVS_H_
#include <stdint.h>
#include <commonlib/helpers.h>
#include <soc/device_nvs.h>
#include <vendorcode/google/chromeos/gnvs.h>

View file

@ -3,6 +3,7 @@
#ifndef _BROADWELL_NVS_H_
#define _BROADWELL_NVS_H_
#include <stdint.h>
#include <commonlib/helpers.h>
#include <soc/device_nvs.h>
#include <vendorcode/google/chromeos/gnvs.h>

View file

@ -3,6 +3,7 @@
#ifndef SOC_INTEL_COMMON_BLOCK_NVS_H
#define SOC_INTEL_COMMON_BLOCK_NVS_H
#include <stdint.h>
#include <commonlib/helpers.h>
#include <vendorcode/google/chromeos/gnvs.h>

View file

@ -3,6 +3,7 @@
#ifndef _SOC_NVS_H_
#define _SOC_NVS_H_
#include <stdint.h>
#include <commonlib/helpers.h>
#include <vendorcode/google/chromeos/gnvs.h>