IO engine callback need not dump possible values
[fio.git] / arch-x86.h
index 4e74c0c3a4b4fce97d56da4068bee31750d552c7..804559d6fa904981b856275e9e5d3cfa4957da18 100644 (file)
 #define __NR_fadvise64         250
 #endif
 
+#ifndef __NR_sys_splice
+#define __NR_sys_splice                313
+#define __NR_sys_tee           315
+#define __NR_sys_vmsplice      316
+#endif
+
+#ifndef __NR_async_exec
+# define __NR_async_exec       320
+# define __NR_async_wait       321
+# define __NR_umem_add         322
+# define __NR_async_thread     323
+#endif
+
 #define nop    __asm__ __volatile__("rep;nop": : :"memory")
 
 static inline unsigned long ffz(unsigned long bitmask)