2017-11-01 21:09:13 +07:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
|
2012-10-09 15:47:26 +07: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 _UAPI_ASM_POWERPC_UNISTD_H_
|
|
|
|
#define _UAPI_ASM_POWERPC_UNISTD_H_
|
|
|
|
|
|
|
|
#ifndef __powerpc64__
|
2018-12-17 17:40:36 +07:00
|
|
|
#include <asm/unistd_32.h>
|
2012-10-09 15:47:26 +07:00
|
|
|
#else
|
2018-12-17 17:40:36 +07:00
|
|
|
#include <asm/unistd_64.h>
|
2018-12-17 17:40:32 +07:00
|
|
|
#endif
|
|
|
|
|
2012-10-09 15:47:26 +07:00
|
|
|
#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */
|