emunand: Implement folder and file detection (boot0/boot1 now work from SD)
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
|
||||
#define RAWDEV_MAX_DEVICES 16
|
||||
|
||||
int rawdev_mount_device(const char *name, const device_partition_t *device, bool mount_immediately);
|
||||
int rawdev_mount_device(const char *name, const device_partition_t *devpart, bool initialize_immediately);
|
||||
int rawdev_register_device(const char *name);
|
||||
|
||||
int rawdev_unregister_device(const char *name);
|
||||
int rawdev_unmount_device(const char *name); /* also unregisters. */
|
||||
int rawdev_unmount_device(const char *name); /* also unregisters. */
|
||||
|
||||
int rawdev_unmount_all(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user