X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/77e7b21f117eecd04bb31257ee68dfc1f425a47e..6fefc6f5af83f316e18b0cb9dbbde1cea0b98add:/lunaix-os/includes/lunaix/fctrl.h diff --git a/lunaix-os/includes/lunaix/fctrl.h b/lunaix-os/includes/lunaix/fctrl.h index 978553e..e76ae7b 100644 --- a/lunaix-os/includes/lunaix/fctrl.h +++ b/lunaix-os/includes/lunaix/fctrl.h @@ -12,4 +12,10 @@ __LXSYSCALL1(int, mkdir, const char*, path); __LXSYSCALL2(int, readdir, int, fd, struct dirent*, dent); +__LXSYSCALL3(int, lseek, int, fd, int, offset, int, options); + +__LXSYSCALL3(int, read, int, fd, void*, buf, unsigned int, count); + +__LXSYSCALL3(int, write, int, fd, void*, buf, unsigned int, count); + #endif /* __LUNAIX_FCTRL_H */