unistd.h 292 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _UAPI_ASM_PARISC_UNISTD_H_
  3. #define _UAPI_ASM_PARISC_UNISTD_H_
  4. #ifdef __LP64__
  5. #include <asm/unistd_64.h>
  6. #else
  7. #include <asm/unistd_32.h>
  8. #endif
  9. #define LINUX_GATEWAY_ADDR 0x100
  10. #endif /* _UAPI_ASM_PARISC_UNISTD_H_ */