Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
[qemu/ar7.git] / linux-headers / asm-s390 / unistd.h
blob27b8b211c8eaf15db869a81d235e31eb9272a504
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3 * S390 version
5 * Derived from "include/asm-i386/unistd.h"
6 */
8 #ifndef _ASM_S390_UNISTD_H_
9 #define _ASM_S390_UNISTD_H_
11 #ifdef __s390x__
12 #include <asm/unistd_64.h>
13 #else
14 #include <asm/unistd_32.h>
15 #endif
17 #endif /* _ASM_S390_UNISTD_H_ */