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

#ifdef __cplusplus
extern "C" {
#endif

#include "mltypes.h"

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

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