18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * This file contains the system call numbers. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or 68c2ecf20Sopenharmony_ci * modify it under the terms of the GNU General Public License 78c2ecf20Sopenharmony_ci * as published by the Free Software Foundation; either version 88c2ecf20Sopenharmony_ci * 2 of the License, or (at your option) any later version. 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci#ifndef _UAPI_ASM_POWERPC_UNISTD_H_ 118c2ecf20Sopenharmony_ci#define _UAPI_ASM_POWERPC_UNISTD_H_ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#ifndef __powerpc64__ 148c2ecf20Sopenharmony_ci#include <asm/unistd_32.h> 158c2ecf20Sopenharmony_ci#else 168c2ecf20Sopenharmony_ci#include <asm/unistd_64.h> 178c2ecf20Sopenharmony_ci#endif 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */ 20