forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arc/include/asm/syscalls.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * 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.
74 */
85
96 #ifndef _ASM_ARC_SYSCALLS_H
....@@ -14,6 +11,7 @@
1411 #include <linux/types.h>
1512
1613 int sys_clone_wrapper(int, int, int, int, int);
14
+int sys_clone3_wrapper(void *, size_t);
1715 int sys_cacheflush(uint32_t, uint32_t uint32_t);
1816 int sys_arc_settls(void *);
1917 int sys_arc_gettls(void);