]> git.ipfire.org Git - thirdparty/util-linux.git/blob - include/crc32c.h
libmount: fix comment referring to passno field
[thirdparty/util-linux.git] / include / crc32c.h
1 #ifndef UL_NG_CRC32C_H
2 #define UL_NG_CRC32C_H
3
4 #include <sys/types.h>
5 #include <stdint.h>
6
7 extern uint32_t crc32c(uint32_t crc, const void *buf, size_t size);
8
9 #endif /* UL_NG_CRC32C_H */