summaryrefslogtreecommitdiffstats
path: root/invensense/mlsdk/mlutils/checksum.h
blob: 4d3f04688d2c2249b928a9289d462cf8fc09e336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef MPLCHECKSUM_H
#define MPLCHECKSUM_H

#ifdef __cplusplus
extern "C" {
#endif

#include "mltypes.h"
#ifdef INV_INCLUDE_LEGACY_HEADERS
#include "checksum_legacy.h"
#endif

    uint32_t inv_checksum(unsigned char *str, int len);

#ifdef __cplusplus
}
#endif
#endif                          /* MPLCHECKSUM_H */