aboutsummaryrefslogtreecommitdiffstats
path: root/util/alevt/hamm.h
blob: 3b8c8ad6f96cf764b95618b77b211f9992d9b363 (plain)
1
2
3
4
5
6
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