You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
365 B

/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd */
#ifndef _FLASH_VENDOR_STORAGE
#define _FLASH_VENDOR_STORAGE
int flash_vendor_dev_ops_register(int (*read)(u32 sec,
u32 n_sec,
void *p_data),
int (*write)(u32 sec,
u32 n_sec,
void *p_data));
#endif