blob: b4d4ed3bf9c86c787af760e6944601db6fd5d247 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright Altera Corporation (C) 2013. All rights reserved
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004 */
5#ifndef __ASM_NIOS2_SYSCALLS_H
6#define __ASM_NIOS2_SYSCALLS_H
7
8int sys_cacheflush(unsigned long addr, unsigned long len,
9 unsigned int op);
10
11#include <asm-generic/syscalls.h>
12
13#endif /* __ASM_NIOS2_SYSCALLS_H */