syscalls.h 328 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright Altera Corporation (C) 2013. All rights reserved
  4. */
  5. #ifndef __ASM_NIOS2_SYSCALLS_H
  6. #define __ASM_NIOS2_SYSCALLS_H
  7. int sys_cacheflush(unsigned long addr, unsigned long len,
  8. unsigned int op);
  9. #include <asm-generic/syscalls.h>
  10. #endif /* __ASM_NIOS2_SYSCALLS_H */