mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-24 07:16:43 +00:00
8 lines
138 B
C
8 lines
138 B
C
|
|
#ifndef __SERVALD_GOLAY_H
|
|
#define __SERVALD_GOLAY_H
|
|
|
|
int golay_encode(uint8_t *data);
|
|
int golay_decode(int *errs, uint8_t *data);
|
|
|
|
#endif |