Simon Glass | c0b2ae5 | 2020-04-08 16:57:30 -0600 | [diff] [blame] | 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 | |
Simon Glass | 9893180 | 2020-09-22 12:44:52 -0600 | [diff] [blame] | 13 | #include <asm/intel_gnvs.h> |
Simon Glass | c0b2ae5 | 2020-04-08 16:57:30 -0600 | [diff] [blame] | 14 | |
| 15 | #endif /* _GLOBAL_NVS_H_ */ |