blob: ef8eb228dbe0869b5f923cf82d4e544c2ca78852 [file] [log] [blame]
Simon Glassc0b2ae52020-04-08 16:57:30 -06001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2015-2017 Intel Corp.
4 * (Written by Lance Zhao <lijian.zhao@intel.com> for Intel Corp.)
5 * Copyright Google LLC 2019
6 *
7 * Modified from coreboot apollolake/include/soc/nvs.h
8 */
9
10#ifndef _GLOBAL_NVS_H_
11#define _GLOBAL_NVS_H_
12
Simon Glass98931802020-09-22 12:44:52 -060013#include <asm/intel_gnvs.h>
Simon Glassc0b2ae52020-04-08 16:57:30 -060014
15#endif /* _GLOBAL_NVS_H_ */