summaryrefslogtreecommitdiffstats
path: root/hw/ide/internal.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2014-08-04 17:11:07 -0400
committerStefan Hajnoczi <stefanha@redhat.com>2014-08-15 18:03:12 +0100
commit829b933b704a329d60d2ea1fe4c8e8e0a5505d8a (patch)
tree3533aeabdd24bf42908a34f1812db07f0d60c56c /hw/ide/internal.h
parent1374bec0634aac9a460fe3b57bbe8b1aa7a99cb7 (diff)
downloadhqemu-829b933b704a329d60d2ea1fe4c8e8e0a5505d8a.zip
hqemu-829b933b704a329d60d2ea1fe4c8e8e0a5505d8a.tar.gz
ide: simplify set_inactive callbacks
Drop the unused return value and make the callback optional. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/ide/internal.h')
-rw-r--r--hw/ide/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide/internal.h b/hw/ide/internal.h
index 6cca46f..34064cf 100644
--- a/hw/ide/internal.h
+++ b/hw/ide/internal.h
@@ -433,7 +433,7 @@ struct IDEDMAOps {
DMAIntFunc *rw_buf;
DMAIntFunc *set_unit;
DMAIntFunc *add_status;
- DMAFunc *set_inactive;
+ DMAVoidFunc *set_inactive;
DMAFunc *async_cmd_done;
DMARestartFunc *restart_cb;
DMAVoidFunc *reset;
OpenPOWER on IntegriCloud