12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #ifndef _SYS_SYSMIPS_H
- #define _SYS_SYSMIPS_H 1
- #include <features.h>
- #define SETNAME 1
- #define FLUSH_CACHE 3
- #define MIPS_FIXADE 7
- #define MIPS_RDNVRAM 10
- #define MIPS_ATOMIC_SET 2001
- __BEGIN_DECLS
- extern int sysmips (const int cmd, const long arg1,
- const int arg2, const int arg3) __THROW;
- __END_DECLS
- #endif
|