]> git.ipfire.org Git - thirdparty/u-boot.git/blame - tools/pbl_crc32.h
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
[thirdparty/u-boot.git] / tools / pbl_crc32.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
abbc67ee
CM
2/*
3 * Copyright 2012 Freescale Semiconductor, Inc.
abbc67ee
CM
4 */
5
6#ifndef PBLCRC32_H
7#define PBLCRC32_H
8
9#include <stdint.h>
10uint32_t pbl_crc32(uint32_t in_crc, const char *buf, uint32_t len);
11
12#endif