]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_cache.h
1 #ifndef __FAT_CACHE_H__
2 #define __FAT_CACHE_H__
4 #include "fat_filelib.h"
6 //-----------------------------------------------------------------------------
8 //-----------------------------------------------------------------------------
9 int fatfs_cache_init(struct fatfs
*fs
, FL_FILE
*file
);
10 int fatfs_cache_get_next_cluster(struct fatfs
*fs
, FL_FILE
*file
, uint32 clusterIdx
, uint32
*pNextCluster
);
11 int fatfs_cache_set_next_cluster(struct fatfs
*fs
, FL_FILE
*file
, uint32 clusterIdx
, uint32 nextCluster
);