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 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  * Copyright (C) 1995-1997 Olaf Kirch <okir@monad.swb.de>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  * Copyright (C) 2020, Oracle.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) #ifndef _NET_SUNRPC_SOCKLIB_H_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) #define _NET_SUNRPC_SOCKLIB_H_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) int csum_partial_copy_to_xdr(struct xdr_buf *xdr, struct sk_buff *skb);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) int xprt_sock_sendmsg(struct socket *sock, struct msghdr *msg,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 		      struct xdr_buf *xdr, unsigned int base,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 		      rpc_fraghdr marker, unsigned int *sent_p);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #endif /* _NET_SUNRPC_SOCKLIB_H_ */