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

#include "bitstream.h"

struct bitstream * rs_generate_words(struct bitstream * data,
                                     size_t data_words,
                                     size_t rs_words);

#endif