URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [mips/] [sysmips.c] - Rev 1765
Compare with Previous | Blame | View Log
#include <errno.h> #include <sys/syscall.h> #include <sys/sysmips.h> _syscall4(int, sysmips, const int, cmd, const long, arg1, const int, arg2, const int, arg3);