mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-21 18:55:16 -04:00
1.0.36 release
This commit is contained in:
parent
7b08954e57
commit
cbbd57eee5
58 changed files with 136 additions and 1042 deletions
13
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/fat_cache.h
Normal file
13
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/fat_cache.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef __FAT_CACHE_H__
|
||||
#define __FAT_CACHE_H__
|
||||
|
||||
#include "fat_filelib.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Prototypes
|
||||
//-----------------------------------------------------------------------------
|
||||
int fatfs_cache_init(struct fatfs *fs, FL_FILE *file);
|
||||
int fatfs_cache_get_next_cluster(struct fatfs *fs, FL_FILE *file, uint32 clusterIdx, uint32 *pNextCluster);
|
||||
int fatfs_cache_set_next_cluster(struct fatfs *fs, FL_FILE *file, uint32 clusterIdx, uint32 nextCluster);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue