Changeset 3565 for trunk/src/host/qemu-neo1973/hw/sd.c
- Timestamp:
- 12/05/07 02:42:04 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/host/qemu-neo1973/hw/sd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/host/qemu-neo1973/hw/sd.c
r3555 r3565 1588 1588 void sd_set_cb(struct sd_card_s *card, qemu_irq readonly, qemu_irq insert) 1589 1589 { 1590 SDState *sd = (SDState *) card->opaque; 1590 SDState *sd; 1591 1592 if (!card) 1593 return; 1594 1595 sd = (SDState *) card->opaque; 1591 1596 1592 1597 sd->readonly_cb = readonly;
Note: See TracChangeset
for help on using the changeset viewer.
