blob: 1384782b47dc5bbd77690dd89990fa3bb935904b [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001#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