Skip to content
Commit 1000197d authored by Ley Foon Tan's avatar Ley Foon Tan
Browse files

nios2: System calls handling



This patch adds support for system calls from userspaces. It uses the
asm-generic/unistd.h definitions with architecture spcific syscall.
The sys_call_table is just an array defined in a C file and it contains
pointers to the syscall functions.

Signed-off-by: default avatarLey Foon Tan <lftan@altera.com>
parent 19f4c6b5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment