Rework fs_dev mount code

This commit is contained in:
TuxSH
2018-05-06 18:39:46 +02:00
parent a29e800661
commit 2c07b5a2fb
4 changed files with 39 additions and 44 deletions

View File

@@ -5,7 +5,7 @@
#include <stdint.h>
#include <stdbool.h>
int fsdev_mount_device(const char *name);
int fsdev_mount_device(const char *name, unsigned int id);
int fsdev_set_default_device(const char *name);
int fsdev_unmount_device(const char *name);