about summary refs log tree commit diff
path: root/arch/powerpc/bits/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/bits/ioctl.h')
-rw-r--r--arch/powerpc/bits/ioctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/bits/ioctl.h b/arch/powerpc/bits/ioctl.h
index b6cbb18f..ac9bfd20 100644
--- a/arch/powerpc/bits/ioctl.h
+++ b/arch/powerpc/bits/ioctl.h
@@ -116,5 +116,5 @@
 #define FIOGETOWN       0x8903
 #define SIOCGPGRP       0x8904
 #define SIOCATMARK      0x8905
-#define SIOCGSTAMP      0x8906
-#define SIOCGSTAMPNS    0x8907
+#define SIOCGSTAMP      _IOR(0x89, 6, char[16])
+#define SIOCGSTAMPNS    _IOR(0x89, 7, char[16])