aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/rs.h
blob: 98e3aa0e6511f9bd4b0fe972d37c0570281accf4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef RS_H
#define RS_H

#include "bitstream.h"

struct bitstream * rs_generate_words(int k, const int * coeff, struct bitstream * data);

#endif