me8100.h
changeset 11 a60ff25672a0
parent 8 12065fad228b
child 12 67e56b4bce81
equal deleted inserted replaced
10:b560de13b236 11:a60ff25672a0
   204 struct me8100_subinfo {
   204 struct me8100_subinfo {
   205   unsigned int regbase;
   205   unsigned int regbase;
   206   unsigned short ctrl_reg;
   206   unsigned short ctrl_reg;
   207   unsigned long last_change;
   207   unsigned long last_change;
   208   int num_writer;
   208   int num_writer;
       
   209   int num_reader;
   209 };
   210 };
   210 
   211 
   211 typedef struct{
   212 typedef struct{
   212   int board_count;                  /* index of the board after detection    */
   213   int board_count;                  /* index of the board after detection    */
   213   me8100_version_enum_type version; /* sort of board                         */
   214   me8100_version_enum_type version; /* sort of board                         */