define mount

This commit is contained in:
Laurent Vivier 2008-07-29 22:33:38 +00:00
parent ffdcb53fed
commit b72acfbc1c

View File

@ -8,6 +8,7 @@
int container_init(device_io_t *device, filesystem_io_t *fs)
{
fs->mount = container_mount;
fs->umount = container_umount;
fs->open = container_open;
fs->read = container_read;