| /* SPDX-License-Identifier: GPL-2.0 */ | |
| /* | |
| * Copyright (c) 2000-2005 Silicon Graphics, Inc. | |
| * All Rights Reserved. | |
| */ | |
| #ifndef LIBFROG_CRC32C_H_ | |
| #define LIBFROG_CRC32C_H_ | |
| extern uint32_t crc32c_le(uint32_t crc, unsigned char const *p, size_t len); | |
| #endif /* LIBFROG_CRC32C_H_ */ |