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:
committed by
Nico Huber
parent
c2b0a4fa32
commit
98323cd222
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user