blob: 772b67ca56e7bacb307fe5f5a944b1318b188b97 [file] [log] [blame]
Vineet Gupta4adeefe2013-01-18 15:12:18 +05301/*
2 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8
9#ifndef _ASM_ARC_SYSCALLS_H
10#define _ASM_ARC_SYSCALLS_H 1
11
Vineet Gupta4adeefe2013-01-18 15:12:18 +053012#include <linux/compiler.h>
13#include <linux/linkage.h>
14#include <linux/types.h>
15
16int sys_clone_wrapper(int, int, int, int, int);
Vineet Gupta4adeefe2013-01-18 15:12:18 +053017int sys_cacheflush(uint32_t, uint32_t uint32_t);
18int sys_arc_settls(void *);
19int sys_arc_gettls(void);
Vineet Gupta91e040a2016-10-20 07:39:45 -070020int sys_arc_usr_cmpxchg(int *, int, int);
Vineet Gupta4adeefe2013-01-18 15:12:18 +053021
22#include <asm-generic/syscalls.h>
23
Vineet Gupta4adeefe2013-01-18 15:12:18 +053024#endif