sysmips.c 163 B

12345
  1. #include <errno.h>
  2. #include <sys/syscall.h>
  3. #include <sys/sysmips.h>
  4. _syscall4(int, sysmips, const int, cmd, const long, arg1, const int, arg2, const int, arg3);