18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci */ 48c2ecf20Sopenharmony_ci#include <linux/module.h> 58c2ecf20Sopenharmony_ci#include <net/checksum.h> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci/* These are from csum_64plus.S */ 88c2ecf20Sopenharmony_ciEXPORT_SYMBOL(csum_partial); 98c2ecf20Sopenharmony_ciEXPORT_SYMBOL(csum_partial_copy_nocheck); 108c2ecf20Sopenharmony_ciEXPORT_SYMBOL(ip_compute_csum); 118c2ecf20Sopenharmony_ciEXPORT_SYMBOL(ip_fast_csum); 12