From 9fe4d4ea9c054e539ab679ed2e9c076c35beb69d Mon Sep 17 00:00:00 2001 From: etobi Date: Tue, 3 Sep 2013 09:48:45 +0200 Subject: Imported Upstream version 1.1.1+rev1355 --- util/alevt/hamm.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 util/alevt/hamm.h (limited to 'util/alevt/hamm.h') 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 -- cgit v1.2.3