Files
haiku-beta6/headers/private/kernel/ksyscalls.h
T

13 lines
321 B
C
Raw Normal View History

2002-07-09 12:24:59 +00:00
/*
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef _KERNEL_SYSCALLS_H
#define _KERNEL_SYSCALLS_H
2002-10-16 16:17:28 +00:00
#include <sys/types.h>
2002-07-09 12:24:59 +00:00
int syscall_dispatcher(unsigned long call_num, void *arg_buffer, uint64 *call_ret);
2002-10-16 16:17:28 +00:00
#endif /* _KERNEL_SYSCALLS_H */