1e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2c3617f72SDavid Howells /*
3c3617f72SDavid Howells  * This file contains the system call numbers.
4c3617f72SDavid Howells  *
5c3617f72SDavid Howells  * This program is free software; you can redistribute it and/or
6c3617f72SDavid Howells  * modify it under the terms of the GNU General Public License
7c3617f72SDavid Howells  * as published by the Free Software Foundation; either version
8c3617f72SDavid Howells  * 2 of the License, or (at your option) any later version.
9c3617f72SDavid Howells  */
10c3617f72SDavid Howells #ifndef _UAPI_ASM_POWERPC_UNISTD_H_
11c3617f72SDavid Howells #define _UAPI_ASM_POWERPC_UNISTD_H_
12c3617f72SDavid Howells 
13c3617f72SDavid Howells #ifndef __powerpc64__
14ab66dcc7SFiroz Khan #include <asm/unistd_32.h>
15c3617f72SDavid Howells #else
16ab66dcc7SFiroz Khan #include <asm/unistd_64.h>
178a19eeeaSFiroz Khan #endif
188a19eeeaSFiroz Khan 
19c3617f72SDavid Howells #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */
20