162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef _ASM_ARC_SYSCALLS_H 762306a36Sopenharmony_ci#define _ASM_ARC_SYSCALLS_H 1 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#include <linux/compiler.h> 1062306a36Sopenharmony_ci#include <linux/linkage.h> 1162306a36Sopenharmony_ci#include <linux/types.h> 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciint sys_clone_wrapper(int, int, int, int, int); 1462306a36Sopenharmony_ciint sys_clone3_wrapper(void *, size_t); 1562306a36Sopenharmony_ciint sys_cacheflush(uint32_t, uint32_t uint32_t); 1662306a36Sopenharmony_ciint sys_arc_settls(void *); 1762306a36Sopenharmony_ciint sys_arc_gettls(void); 1862306a36Sopenharmony_ciint sys_arc_usr_cmpxchg(int *, int, int); 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#include <asm-generic/syscalls.h> 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ci#endif 23