]>
git.ipfire.org Git - u-boot.git/blob - include/tables_csum.h
2 * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
4 * SPDX-License-Identifier: GPL-2.0+
7 #ifndef _TABLES_CSUM_H_
8 #define _TABLES_CSUM_H_
10 static inline u8
table_compute_checksum(void *v
, int len
)
16 for (i
= 0; i
< len
; i
++)