MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / IDEIFState

Class IDEIFState

tinyemu/ide.c:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected