comparison recpt1/decoder.h @ 3:6801fe7e04ff

updated to ariv25v023
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 17 Feb 2009 01:40:56 +0900
parents 8ac7c59fefc9
children 43d177fa65c9
comparison
equal deleted inserted replaced
2:8ac7c59fefc9 3:6801fe7e04ff
1 #ifndef _DECODER_H_ 1 #ifndef _DECODER_H_
2 #define _DECODER_H_ 2 #define _DECODER_H_
3 3
4 #include "../arib25v021/arib25/src/arib_std_b25.h" 4 #include "../arib25v023/arib25/src/arib_std_b25.h"
5 #include "../arib25v021/arib25/src/b_cas_card.h" 5 #include "../arib25v023/arib25/src/b_cas_card.h"
6 6
7 typedef struct decoder 7 typedef struct decoder
8 { 8 {
9 ARIB_STD_B25 *b25; 9 ARIB_STD_B25 *b25;
10 B_CAS_CARD *bcas; 10 B_CAS_CARD *bcas;