Loading...
Searching...
No Matches
18#ifndef _COBALT_POSIX_SYSCALL_H
19#define _COBALT_POSIX_SYSCALL_H
21#include <cobalt/uapi/syscall.h>
26#define COBALT_SYSCALL(__name, __mode, __args) \
27 long CoBaLt_ ## __name __args
30#define COBALT_SYSCALL_DECL(__name, __args) \
31 long CoBaLt_ ## __name __args
33#include <asm-generic/xenomai/syscall32.h>
35int handle_head_syscall(
bool caller_is_relaxed,
36 struct pt_regs *regs);
38int handle_root_syscall(
struct pt_regs *regs);