xref: /rk3399_rockchip-uboot/include/tables_csum.h (revision 488bf12d842e51b8d596f104bc9bd9aa4d0501b6)
1 /*
2  * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef _TABLES_CSUM_H_
8 #define _TABLES_CSUM_H_
9 
10 u8 table_compute_checksum(void *v, int len);
11 
12 #endif
13