637f451ce8eeaf7cf1b63b2cbfa36f57520e54d9
[lunaix-os.git] / lunaix-os / usr / libc / arch / i386 / mount.c
1 #include "syscall.h"
2
3 __LXSYSCALL4(int,
4              mount,
5              const char*,
6              source,
7              const char*,
8              target,
9              const char*,
10              fstype,
11              int,
12              options)
13
14 __LXSYSCALL1(int, unmount, const char*, target)