]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - libfrog/crc32c.h
libfrog: move crc32c.h to libfrog/
[thirdparty/xfsprogs-dev.git] / libfrog / crc32c.h
CommitLineData
973de649
DW
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
63153a95
DW
6#ifndef __LIBFROG_CRC32C_H__
7#define __LIBFROG_CRC32C_H__
973de649
DW
8
9extern uint32_t crc32c_le(uint32_t crc, unsigned char const *p, size_t len);
10
63153a95 11#endif /* __LIBFROG_CRC32C_H__ */