yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | #include <errno.h> |
2 | #include <sys/syscall.h> | ||||
3 | #include <sys/sysmips.h> | ||||
4 | |||||
5 | #ifdef __NR_sysmips | ||||
6 | _syscall4(int, sysmips, const int, cmd, const long, arg1, const int, arg2, const int, arg3) | ||||
7 | #endif |