zephyr/include/fs
Lukasz Majewski 6fa771f2d0 fs: littlefs: Rename *area (struct flash_area*) to *backend void pointer
The struct flash_area *area pointer has been renamed to void *backend
pointer.

This change is enabling further rework of the littlefs subsystem to work
with other backend devices (like block ones - i.e. SD card).

Signed-off-by: Lukasz Majewski <lukma@denx.de>
2022-01-17 12:53:43 -05:00
..
fcb.h fs/fcb: Enable FCB to work with non-0xff erase value flash 2020-11-16 13:39:04 +01:00
fs.h fs: Add FS_MOUNT_FLAG_USE_DISK_ACCESS flag 2021-12-06 08:08:26 -05:00
fs_interface.h fs: Add fs_dir_t_init() function 2021-02-05 07:32:20 -05:00
fs_sys.h fs: Move fs_file_system_t declaration out of fs.h 2020-10-23 12:55:41 +02:00
littlefs.h fs: littlefs: Rename *area (struct flash_area*) to *backend void pointer 2022-01-17 12:53:43 -05:00
nvs.h subsys/fs/nvs: nvs_write return missing documentation 2021-09-28 06:15:20 -04:00