diff options
Diffstat (limited to 'tests/fs-tests/lib/tests.h')
-rw-r--r-- | tests/fs-tests/lib/tests.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fs-tests/lib/tests.h b/tests/fs-tests/lib/tests.h index db08628..04c834d 100644 --- a/tests/fs-tests/lib/tests.h +++ b/tests/fs-tests/lib/tests.h @@ -146,6 +146,12 @@ int64_t tests_remove_entry(void); /* Un-mount and re-mount test file system */ void tests_remount(void); +/* Un-mount test file system */ +void tests_unmount(void); + +/* Mount test file system */ +void tests_mount(void); + /* Check whether the test file system is also the root file system */ int tests_fs_is_rootfs(void); |