| 222 | }; |
| 223 | |
| 224 | struct IDEIFState { |
| 225 | IRQSignal *irq; |
| 226 | IDEState *cur_drive; |
| 227 | IDEState *drives[2]; |
| 228 | /* 0x3f6 command */ |
| 229 | uint8_t cmd; |
| 230 | }; |
| 231 | |
| 232 | static void ide_sector_read_cb(void *opaque, int ret); |
| 233 | static void ide_sector_read_cb_end(IDEState *s); |
nothing calls this directly
no outgoing calls
no test coverage detected