123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef _SYS_SYSMIPS_H
- #define _SYS_SYSMIPS_H 1
- #include <features.h>
- #include <asm/sysmips.h>
- __BEGIN_DECLS
- extern int sysmips (__const int cmd, __const int arg1,
- __const int arg2, __const int arg3) __THROW;
- __END_DECLS
- #endif
|