Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Charles Manning | abbc67e | 2014-05-14 14:45:00 +1200 | [diff] [blame] | 2 | /* |
3 | * Copyright 2012 Freescale Semiconductor, Inc. | ||||
Charles Manning | abbc67e | 2014-05-14 14:45:00 +1200 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef PBLCRC32_H | ||||
7 | #define PBLCRC32_H | ||||
8 | |||||
9 | #include <stdint.h> | ||||
10 | uint32_t pbl_crc32(uint32_t in_crc, const char *buf, uint32_t len); | ||||
11 | |||||
12 | #endif |