summaryrefslogtreecommitdiff
path: root/arch/or1k/bits/ioctl_fix.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/or1k/bits/ioctl_fix.h')
-rw-r--r--arch/or1k/bits/ioctl_fix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/or1k/bits/ioctl_fix.h b/arch/or1k/bits/ioctl_fix.h
new file mode 100644
index 00000000..29c9d8ba
--- /dev/null
+++ b/arch/or1k/bits/ioctl_fix.h
@@ -0,0 +1,4 @@
+#undef SIOCGSTAMP
+#undef SIOCGSTAMPNS
+#define SIOCGSTAMP _IOR(0x89, 6, char[16])
+#define SIOCGSTAMPNS _IOR(0x89, 7, char[16])