CE add format command, implement libfat
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m57s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m57s
This commit is contained in:
@@ -8,6 +8,7 @@ struct fatfs_ctx {
|
||||
struct fatfs _fs;
|
||||
struct fat_list _open_file_list;
|
||||
struct fat_list _free_file_list;
|
||||
char device_name[0x100];
|
||||
};
|
||||
|
||||
#endif // _KERNEL_FS_FATFS_CTX_H
|
||||
|
||||
Reference in New Issue
Block a user