emunand: Implement folder and file detection (boot0/boot1 now work from SD)
This commit is contained in:
@@ -24,10 +24,11 @@
|
||||
|
||||
int fsdev_mount_device(const char *name, const device_partition_t *devpart, bool initialize_immediately);
|
||||
int fsdev_register_device(const char *name);
|
||||
int fsdev_set_default_device(const char *name); /* must be registered. */
|
||||
|
||||
int fsdev_unregister_device(const char *name);
|
||||
int fsdev_unmount_device(const char *name); /* also unregisters. */
|
||||
int fsdev_unmount_device(const char *name); /* also unregisters. */
|
||||
|
||||
int fsdev_set_default_device(const char *name); /* must be registered. */
|
||||
int fsdev_is_exfat(const char *name); /* must be registered. */
|
||||
|
||||
int fsdev_unmount_all(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user