2017-11-01 22:08:43 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2012-10-09 16:47:31 +08:00
|
|
|
/*
|
|
|
|
* S390 version
|
|
|
|
*
|
|
|
|
* Derived from "include/asm-i386/unistd.h"
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _UAPI_ASM_S390_UNISTD_H_
|
|
|
|
#define _UAPI_ASM_S390_UNISTD_H_
|
|
|
|
|
2017-12-11 21:47:27 +08:00
|
|
|
#ifdef __s390x__
|
|
|
|
#include <asm/unistd_64.h>
|
2012-10-09 16:47:31 +08:00
|
|
|
#else
|
2017-12-11 21:47:27 +08:00
|
|
|
#include <asm/unistd_32.h>
|
2012-10-09 16:47:31 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* _UAPI_ASM_S390_UNISTD_H_ */
|