equal
deleted
inserted
replaced
216 |
216 |
217 int int_seen; |
217 int int_seen; |
218 int int_count; |
218 int int_count; |
219 |
219 |
220 struct fasync_struct *fasync_ptr; |
220 struct fasync_struct *fasync_ptr; |
|
221 wait_queue_head_t readq; |
221 }; |
222 }; |
222 |
223 |
223 typedef struct{ |
224 typedef struct{ |
224 int board_count; /* index of the board after detection */ |
225 int board_count; /* index of the board after detection */ |
225 me8100_version_enum_type version; /* sort of board */ |
226 me8100_version_enum_type version; /* sort of board */ |