1 /* 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 
13 #include <asm/intel_gnvs.h>
14 
15 #endif /* _GLOBAL_NVS_H_ */
16