equal
deleted
inserted
replaced
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 */ |