PCI: remove pci_dac_dma_... APIs
[deliverable/linux.git] / include / asm-powerpc / unistd.h
index 2baedbe54e13cb61bdf57d221b6354bcd3f41668..f71c6061f1ec8c16fcedfab05ea7d6c68daf06de 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _ASM_PPC_UNISTD_H_
-#define _ASM_PPC_UNISTD_H_
+#ifndef _ASM_POWERPC_UNISTD_H_
+#define _ASM_POWERPC_UNISTD_H_
 
 /*
  * This file contains the system call numbers.
 #define __NR_move_pages                301
 #define __NR_getcpu            302
 #define __NR_epoll_pwait       303
+#define __NR_utimensat         304
+#define __NR_signalfd          305
+#define __NR_timerfd           306
+#define __NR_eventfd           307
+#define __NR_sync_file_range2  308
 
 #ifdef __KERNEL__
 
-#define __NR_syscalls          304
+#define __NR_syscalls          309
 
 #define __NR__exit __NR_exit
 #define NR_syscalls    __NR_syscalls
 #endif         /* __ASSEMBLY__ */
 #endif         /* __KERNEL__ */
 
-#endif /* _ASM_PPC_UNISTD_H_ */
+#endif /* _ASM_POWERPC_UNISTD_H_ */
This page took 0.040115 seconds and 5 git commands to generate.