]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - include/crc32c.h
libfrog: move crc32c code out of libxfs
[thirdparty/xfsprogs-dev.git] / include / crc32c.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6 #ifndef LIBFROG_CRC32C_H_
7 #define LIBFROG_CRC32C_H_
8
9 extern uint32_t crc32c_le(uint32_t crc, unsigned char const *p, size_t len);
10
11 #endif /* LIBFROG_CRC32C_H_ */