aboutsummaryrefslogtreecommitdiffstats
path: root/util/alevt/hamm.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/alevt/hamm.h')
-rw-r--r--util/alevt/hamm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/alevt/hamm.h b/util/alevt/hamm.h
new file mode 100644
index 0000000..3b8c8ad
--- /dev/null
+++ b/util/alevt/hamm.h
@@ -0,0 +1,7 @@
+#ifndef HAMM_H
+#define HAMM_H
+int hamm8(u8 *p, int *err);
+int hamm16(u8 *p, int *err);
+int hamm24(u8 *p, int *err);
+int chk_parity(u8 *p, int n);
+#endif