mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-20 21:53:12 +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 |