cpufreq/amd-pstate: Stop caching EPP
[pf-kernel.git] / drivers / nvmem / layouts / u-boot-env.h
blobdd5f280ac047b601b2f73edbf419e2b278a406a4
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _LINUX_NVMEM_LAYOUTS_U_BOOT_ENV_H
4 #define _LINUX_NVMEM_LAYOUTS_U_BOOT_ENV_H
6 enum u_boot_env_format {
7 U_BOOT_FORMAT_SINGLE,
8 U_BOOT_FORMAT_REDUNDANT,
9 U_BOOT_FORMAT_BROADCOM,
12 int u_boot_env_parse(struct device *dev, struct nvmem_device *nvmem,
13 enum u_boot_env_format format);
15 #endif /* ifndef _LINUX_NVMEM_LAYOUTS_U_BOOT_ENV_H */