Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0-only */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) #ifndef _ASM_ARC_SYSCALLS_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) #define _ASM_ARC_SYSCALLS_H  1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) #include <linux/compiler.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #include <linux/linkage.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #include <linux/types.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) int sys_clone_wrapper(int, int, int, int, int);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) int sys_clone3_wrapper(void *, size_t);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) int sys_cacheflush(uint32_t, uint32_t uint32_t);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) int sys_arc_settls(void *);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) int sys_arc_gettls(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) int sys_arc_usr_cmpxchg(int *, int, int);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) #include <asm-generic/syscalls.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) #endif