linux/drivers/nvmem/layouts/u-boot-env.h

/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _LINUX_NVMEM_LAYOUTS_U_BOOT_ENV_H
#define _LINUX_NVMEM_LAYOUTS_U_BOOT_ENV_H

enum u_boot_env_format {};

int u_boot_env_parse(struct device *dev, struct nvmem_device *nvmem,
		     enum u_boot_env_format format);

#endif  /* ifndef _LINUX_NVMEM_LAYOUTS_U_BOOT_ENV_H */