| 
									
										
										
										
											2017-12-13 17:59:23 +00:00
										 |  |  | /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ | 
					
						
							| 
									
										
										
										
											2015-10-09 17:17:17 +02:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * This file contains the system call numbers. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or | 
					
						
							|  |  |  |  * modify it under the terms of the GNU General Public License | 
					
						
							|  |  |  |  * as published by the Free Software Foundation; either version | 
					
						
							|  |  |  |  * 2 of the License, or (at your option) any later version. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #ifndef _ASM_POWERPC_UNISTD_H_
 | 
					
						
							|  |  |  | #define _ASM_POWERPC_UNISTD_H_
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __powerpc64__
 | 
					
						
							| 
									
										
										
										
											2019-01-04 09:27:31 +01:00
										 |  |  | #include <asm/unistd_32.h>
 | 
					
						
							| 
									
										
										
										
											2015-10-09 17:17:17 +02:00
										 |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2019-01-04 09:27:31 +01:00
										 |  |  | #include <asm/unistd_64.h>
 | 
					
						
							| 
									
										
										
										
											2015-10-09 17:17:17 +02:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* _ASM_POWERPC_UNISTD_H_ */
 |