Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
0002 /*
0003  * This file contains the system call numbers.
0004  *
0005  * This program is free software; you can redistribute it and/or
0006  * modify it under the terms of the GNU General Public License
0007  * as published by the Free Software Foundation; either version
0008  * 2 of the License, or (at your option) any later version.
0009  */
0010 #ifndef _UAPI_ASM_POWERPC_UNISTD_H_
0011 #define _UAPI_ASM_POWERPC_UNISTD_H_
0012 
0013 #ifndef __powerpc64__
0014 #include <asm/unistd_32.h>
0015 #else
0016 #include <asm/unistd_64.h>
0017 #endif
0018 
0019 #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */