aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/syscall/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/syscall/syscall.h')
-rw-r--r--src/kernel/syscall/syscall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/syscall/syscall.h b/src/kernel/syscall/syscall.h
index 8ed532d..f441cf1 100644
--- a/src/kernel/syscall/syscall.h
+++ b/src/kernel/syscall/syscall.h
@@ -5,8 +5,8 @@ extern void idt_syscall();
void syscalls_install();
-uint32_t sys_write(unsigned int buf);
+uint32_t sys_write(char *buf);
-uint32_t sys_read();
+uint32_t sys_read(char *buf);
#endif \ No newline at end of file