18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef _ASM_ARC_SYSCALLS_H 78c2ecf20Sopenharmony_ci#define _ASM_ARC_SYSCALLS_H 1 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#include <linux/compiler.h> 108c2ecf20Sopenharmony_ci#include <linux/linkage.h> 118c2ecf20Sopenharmony_ci#include <linux/types.h> 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciint sys_clone_wrapper(int, int, int, int, int); 148c2ecf20Sopenharmony_ciint sys_clone3_wrapper(void *, size_t); 158c2ecf20Sopenharmony_ciint sys_cacheflush(uint32_t, uint32_t uint32_t); 168c2ecf20Sopenharmony_ciint sys_arc_settls(void *); 178c2ecf20Sopenharmony_ciint sys_arc_gettls(void); 188c2ecf20Sopenharmony_ciint sys_arc_usr_cmpxchg(int *, int, int); 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#include <asm-generic/syscalls.h> 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci#endif 23