refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / usr / api / mount.c
diff --git a/lunaix-os/usr/api/mount.c b/lunaix-os/usr/api/mount.c
deleted file mode 100644 (file)
index 854c96b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <lunaix/syscall.h>
-#include <sys/mount.h>
-
-__LXSYSCALL4(int,
-             mount,
-             const char*,
-             source,
-             const char*,
-             target,
-             const char*,
-             fstype,
-             int,
-             options)
-
-__LXSYSCALL1(int, unmount, const char*, target)
\ No newline at end of file