Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libmctp
/
e25d9cc90e362f34bdc64160e1b78cd98be4f3d0
/
.
/
crc32.h
blob: c47a27ea2daccbc2a3426388837ce5e0081d93b1 [
file
] [
log
] [
blame
]
Andrew Jeffery
eba19a3
2021-03-09 23:09:40 +1030
[
diff
] [
blame
]
1
#ifndef
_CRC32_H
2
#define
_CRC32_H
3
4
#include
<stddef.h>
5
#include
<stdint.h>
6
7
uint32_t
crc32
(
const
void
*
buf
,
size_t
len
);
8
9
#endif