Subversion Repositories HelenOS

Rev

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

Rev 2479 Rev 2541
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef LIBC_sparc64_SYSCALL_H_
35
#ifndef LIBC_sparc64_SYSCALL_H_
36
#define LIBC_sparc64_SYSCALL_H_
36
#define LIBC_sparc64_SYSCALL_H_
37
 
37
 
38
#include <types.h>
38
#include <sys/types.h>
39
#include <kernel/syscall/syscall.h>
39
#include <kernel/syscall/syscall.h>
40
 
40
 
41
static inline sysarg_t
41
static inline sysarg_t
42
__syscall(const sysarg_t p1, const sysarg_t p2, const sysarg_t p3, const sysarg_t p4, const syscall_t id)
42
__syscall(const sysarg_t p1, const sysarg_t p2, const sysarg_t p3, const sysarg_t p4, const syscall_t id)
43
{
43
{