6f1a1a274e
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
8 lines
196 B
C
8 lines
196 B
C
#ifndef RSECC_DECODER_H
|
|
#define RSECC_DECODER_H
|
|
|
|
void RSECC_decoder_init();
|
|
int RSECC_decoder_checkSyndrome(int dl, unsigned char *data, int el, unsigned char *ecc);
|
|
|
|
#endif /* RSECC_DECODER_H */
|