summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/interfaces/libmctp/crc32c.h
blob: d6b1d11e23d94451026eedf66a13b4ef4a37783f (plain)
1
2
3
4
5
6
7
8
9
#ifndef CRC32C_H
#define CRC32C_H

#include <stdint.h>
#include <stdlib.h>

uint32_t crc32c(uint8_t *buf, int len);

#endif /* CRC32C_H */