unistd.h 370 B

123456789101112
  1. // SPDX-License-Identifier: GPL-2.0
  2. // Copyright (C) 2005-2017 Andes Technology Corporation
  3. #define __ARCH_WANT_STAT64
  4. #define __ARCH_WANT_SYNC_FILE_RANGE2
  5. /* Use the standard ABI for syscalls */
  6. #include <asm-generic/unistd.h>
  7. /* Additional NDS32 specific syscalls. */
  8. #define __NR_cacheflush (__NR_arch_specific_syscall)
  9. __SYSCALL(__NR_cacheflush, sys_cacheflush)