blob: 7ddba13e9b599086837c1f6125e36055a3e1d5be [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 (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004 */
5
6#ifndef _ASM_ARC_SYSCALLS_H
7#define _ASM_ARC_SYSCALLS_H 1
8
9#include <linux/compiler.h>
10#include <linux/linkage.h>
11#include <linux/types.h>
12
13int sys_clone_wrapper(int, int, int, int, int);
14int sys_cacheflush(uint32_t, uint32_t uint32_t);
15int sys_arc_settls(void *);
16int sys_arc_gettls(void);
17int sys_arc_usr_cmpxchg(int *, int, int);
18
19#include <asm-generic/syscalls.h>
20
21#endif