Subversion Repositories HelenOS

Rev

Rev 2479 | Rev 2605 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2479 Rev 2541
Line 35... Line 35...
35
 */
35
 */
36
 
36
 
37
#ifndef LIBC_SYSCALL_H_
37
#ifndef LIBC_SYSCALL_H_
38
#define LIBC_SYSCALL_H_
38
#define LIBC_SYSCALL_H_
39
 
39
 
40
#include <types.h>
40
#include <sys/types.h>
41
#include <kernel/syscall/syscall.h>
41
#include <kernel/syscall/syscall.h>
42
 
42
 
43
extern sysarg_t __syscall(const sysarg_t p1, const sysarg_t p2, const sysarg_t p3, const sysarg_t p4, const syscall_t id);
43
extern sysarg_t __syscall(const sysarg_t p1, const sysarg_t p2, const sysarg_t p3, const sysarg_t p4, const syscall_t id);
44
 
44
 
45
#endif
45
#endif