GNU Radio's CCSDS Package
djelic_bch.h
Go to the documentation of this file.
1 /*
2  * Ezpwd Reed-Solomon -- Reed-Solomon encoder / decoder library
3  *
4  * Copyright (c) 2017, Hard Consulting Corporation.
5  *
6  * Ezpwd Reed-Solomon is free software: you can redistribute it and/or modify it under the terms of
7  * the GNU General Public License as published by the Free Software Foundation, either version 3 of
8  * the License, or (at your option) any later version. See the LICENSE file at the top of the
9  * source tree. Ezpwd Reed-Solomon is also available under Commercial license. The Djelic BCH code
10  * under djelic/ and the c++/ezpwd/bch_base wrapper is redistributed under the terms of the GPLv2+,
11  * regardless of the overall licensing terms.
12  *
13  * Ezpwd Reed-Solomon is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
14  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
15  * the GNU General Public License for more details.
16  */
17 #include "djelic/include/linux/bch.h"