162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright Altera Corporation (C) 2013. All rights reserved 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci#ifndef __ASM_NIOS2_SYSCALLS_H 662306a36Sopenharmony_ci#define __ASM_NIOS2_SYSCALLS_H 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciint sys_cacheflush(unsigned long addr, unsigned long len, 962306a36Sopenharmony_ci unsigned int op); 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#include <asm-generic/syscalls.h> 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#endif /* __ASM_NIOS2_SYSCALLS_H */ 14