aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/constants.h
blob: fbfadc83f95d5c38b965241af695240a34fbe256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef QR_CONSTANTS_H
#define QR_CONSTANTS_H

#include <qr/types.h>

extern const int QR_ALIGNMENT_LOCATION[40][7];
extern const int QR_DATA_WORD_COUNT[40][4];
/* See qr_get_rs_block_sizes() */
extern const int QR_RS_BLOCK_COUNT[40][4][2];
extern const enum qr_data_type QR_TYPE_CODES[16];

#endif