80#define FS_FAT_MOUNT_READONLY 0x00000000
81#define FS_FAT_MOUNT_READWRITE 0x00000001
Definitions for a simple block device interface.
int fs_fat_sync(const char *mp)
Sync a FAT filesystem, flushing all pending writes to the block device.
int fs_fat_unmount(const char *mp)
Unmount a FAT filesystem from the VFS.
int fs_fat_mount(const char *mp, kos_blockdev_t *dev, uint32_t flags)
Mount a FAT filesystem in the VFS.
int fs_fat_init(void)
Initialize fs_fat.
int fs_fat_shutdown(void)
Shut down fs_fat.
A simple block device.
Definition blockdev.h:54