| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * 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 | 4 | */ |
|---|
| 8 | 5 | |
|---|
| 9 | 6 | #ifndef _ASM_ARC_SYSCALLS_H |
|---|
| .. | .. |
|---|
| 14 | 11 | #include <linux/types.h> |
|---|
| 15 | 12 | |
|---|
| 16 | 13 | int sys_clone_wrapper(int, int, int, int, int); |
|---|
| 14 | +int sys_clone3_wrapper(void *, size_t); |
|---|
| 17 | 15 | int sys_cacheflush(uint32_t, uint32_t uint32_t); |
|---|
| 18 | 16 | int sys_arc_settls(void *); |
|---|
| 19 | 17 | int sys_arc_gettls(void); |
|---|