OSDN Git Service

fix logo parse func
[rec10/rec10-git.git] / epgdump / ts_ctl.h
index 098ac73..3d3ccad 100755 (executable)
@@ -38,5 +38,15 @@ struct       _EIT_CONTROL{
        char    *desc ;                         // Description
        int     desc_length ;                   // Description Length
 };
+
+typedef        struct  _DSM_CONTROL    DSM_CONTROL;
+struct _DSM_CONTROL{
+       int             isUsed ;
+       int             moduleId ;
+       int             lastBlockNumber ;
+       int             blockSize ;
+       void            *blockData ;
+};
+
 #endif