]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/crc32c.h
mount: add verity example to man page
[thirdparty/util-linux.git] / include / crc32c.h
CommitLineData
277e777f
JG
1#ifndef UL_NG_CRC32C_H
2#define UL_NG_CRC32C_H
3
4#include <sys/types.h>
5#include <stdint.h>
6
7extern uint32_t crc32c(uint32_t crc, const void *buf, size_t size);
8
9#endif /* UL_NG_CRC32C_H */