summaryrefslogtreecommitdiff
path: root/include/tables_csum.h
blob: a021efbbc6d8fada228f6fc87dcad810f74980cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _TABLES_CSUM_H_
#define _TABLES_CSUM_H_

u8 table_compute_checksum(void *v, int len);

#endif