[PATCH] Support for splice IO engine
diff --git a/arch-ppc.h b/arch-ppc.h
index e16f99b..8bfed59 100644
--- a/arch-ppc.h
+++ b/arch-ppc.h
@@ -12,6 +12,12 @@
 #define __NR_fadvise64		233
 #endif
 
+#ifndef __NR_sys_splice
+#define __NR_sys_splice		283
+#define __NR_sys_tee		284
+#define __NR_sys_vmsplice	285
+#endif
+
 #define nop	do { } while (0)
 
 static inline int __ilog2(unsigned long bitmask)