mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
define mount
This commit is contained in:
parent
ffdcb53fed
commit
b72acfbc1c
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
int container_init(device_io_t *device, filesystem_io_t *fs)
|
int container_init(device_io_t *device, filesystem_io_t *fs)
|
||||||
{
|
{
|
||||||
|
fs->mount = container_mount;
|
||||||
fs->umount = container_umount;
|
fs->umount = container_umount;
|
||||||
fs->open = container_open;
|
fs->open = container_open;
|
||||||
fs->read = container_read;
|
fs->read = container_read;
|
||||||
|
Loading…
Reference in New Issue
Block a user