summaryrefslogtreecommitdiffstats
path: root/usr/syscall.h
blob: 49beb858c8531bc77741a0030673b1dd1616160e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef JOVE_USER_SYSCALL_H
#define JOVE_USER_SYSCALL_H 1

#include "abi/syscall.h"

typedef int (*syscall_handler_t)(syscall_t*);

int _syscall_handler_log(struct syscall_log *req);

#endif