<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __ASM_CSKY_CHECKSUM_H
#define __ASM_CSKY_CHECKSUM_H

#include <linux/in6.h>
#include <asm/byteorder.h>

static inline __sum16 csum_fold(__wsum csum)
{
	u32 tmp;

	asm volatile(
	"mov	%1, %0\n"
	"rori	%0, 16\n"
	"addu	%0, %1\n"
	"lsri	%0, 16\n"
	: "=r"(csum), "=r"(tmp)
	: "0"(csum));

	return (__force __sum16) ~csum;
}
#define csum_fold csum_fold

static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr,
		unsigned short len, unsigned short proto, __wsum sum)
{
	asm volatile(
	"clrc\n"
	"addc    %0, %1\n"
	"addc    %0, %2\n"
	"addc    %0, 