summaryrefslogtreecommitdiffstats
path: root/60xx/mlsdk/mlutils/checksum.h
diff options
context:
space:
mode:
Diffstat (limited to '60xx/mlsdk/mlutils/checksum.h')
-rw-r--r--60xx/mlsdk/mlutils/checksum.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/60xx/mlsdk/mlutils/checksum.h b/60xx/mlsdk/mlutils/checksum.h
deleted file mode 100644
index 4d3f046..0000000
--- a/60xx/mlsdk/mlutils/checksum.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#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 */