Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  *  S390 version
0004  *
0005  *  Derived from "include/asm-i386/unistd.h"
0006  */
0007 
0008 #ifndef _UAPI_ASM_S390_UNISTD_H_
0009 #define _UAPI_ASM_S390_UNISTD_H_
0010 
0011 #ifdef __s390x__
0012 #include <asm/unistd_64.h>
0013 #else
0014 #include <asm/unistd_32.h>
0015 #endif
0016 
0017 #endif /* _UAPI_ASM_S390_UNISTD_H_ */