/* Config header for reed-solomon library */ #ifndef __RSCODE_CONFIG_H__ #define __RSCODE_CONFIG_H__ #define NPAR 4 #define NBITS 6 #endif /* __RSCODE_CONFIG_H__ */