]> granicus.if.org Git - strace/blobdiff - ioctlsort.c
Mpersify RTC_* ioctl parser
[strace] / ioctlsort.c
index c81c949c4c179fe00d57f3c017bea20050dc1f86..9c3169102580abfe3af3c9ff8779cb6f9a9f6af9 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef MIPS
-# include <sgidefs.h>
-# if _MIPS_SIM == _MIPS_SIM_ABI64
-#  define LINUX_MIPSN64
-# elif _MIPS_SIM == _MIPS_SIM_NABI32
-#  define LINUX_MIPSN32
-# elif _MIPS_SIM == _MIPS_SIM_ABI32
-#  define LINUX_MIPSO32
-# else
-#  error Unsupported _MIPS_SIM
-# endif
-#endif
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <asm/ioctl.h>
+#include <linux/ioctl.h>
 
 struct ioctlent {
        const char *info;