aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/c6x/lib/checksum.c
blob: 335ca4900808478517178939bef0f7607cb1dbf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 */
#include <linux/module.h>
#include <net/checksum.h>

/* These are from csum_64plus.S */
EXPORT_SYMBOL(csum_partial);
EXPORT_SYMBOL(csum_partial_copy);
EXPORT_SYMBOL(ip_compute_csum);
EXPORT_SYMBOL(ip_fast_csum);