unistd.h 343 B

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