Sign in
android
/
platform
/
hardware
/
bsp
/
kernel
/
freescale
/
picoimx-3.14
/
a8d135faed24b98123e8cb92f9e28d30683000d8
/
.
/
arch
/
score
/
kernel
/
sys_call_table.c
blob: 287369b88c43869a662cacd76a5d45afcc09f062 [
file
] [
log
] [
blame
]
#include
<linux/syscalls.h>
#include
<linux/signal.h>
#include
<linux/unistd.h>
#include
<asm/syscalls.h>
#undef
__SYSCALL
#define
__SYSCALL
(
nr
,
call
)
[
nr
]
=
(
call
),
void
*
sys_call_table
[
__NR_syscalls
]
=
{
#include
<asm/unistd.h>
};