diff options
Diffstat (limited to 'lpg/libqr/rs.h')
-rw-r--r-- | lpg/libqr/rs.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lpg/libqr/rs.h b/lpg/libqr/rs.h new file mode 100644 index 0000000..98e3aa0 --- /dev/null +++ b/lpg/libqr/rs.h @@ -0,0 +1,9 @@ +#ifndef RS_H +#define RS_H + +#include "bitstream.h" + +struct bitstream * rs_generate_words(int k, const int * coeff, struct bitstream * data); + +#endif + |