X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0e1309c02f0703c050df09b71346dab60fc6df87..fb2d2e17e3ffc4bddf944dc67a6d86fe9453bb5a:/lunaix-os/includes/lunaix/fctrl.h?ds=sidebyside diff --git a/lunaix-os/includes/lunaix/fctrl.h b/lunaix-os/includes/lunaix/fctrl.h index dc28872..85f49ac 100644 --- a/lunaix-os/includes/lunaix/fctrl.h +++ b/lunaix-os/includes/lunaix/fctrl.h @@ -25,4 +25,15 @@ __LXSYSCALL4(int, __LXSYSCALL3(int, realpathat, int, fd, char*, buf, size_t, size) +__LXSYSCALL3(int, + mount, + const char*, + source, + const char*, + target, + const char*, + fstype) + +__LXSYSCALL1(int, unmount, const char*, target) + #endif /* __LUNAIX_FCTRL_H */