unistd.h 326 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /*
  3. * S390 version
  4. *
  5. * Derived from "include/asm-i386/unistd.h"
  6. */
  7. #ifndef _UAPI_ASM_S390_UNISTD_H_
  8. #define _UAPI_ASM_S390_UNISTD_H_
  9. #ifdef __s390x__
  10. #include <asm/unistd_64.h>
  11. #else
  12. #include <asm/unistd_32.h>
  13. #endif
  14. #endif /* _UAPI_ASM_S390_UNISTD_H_ */