mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
hw/ide/internal: Remove unused DMARestartFunc typedef
The IDE DMA restart callback has been removed in commitfe09c7c9f0
. Fixes:fe09c7c9f0
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
0eeef0a4d3
commit
d7458e7754
1 changed files with 0 additions and 1 deletions
|
@ -326,7 +326,6 @@ typedef int DMAIntFunc(IDEDMA *, int);
|
||||||
typedef int32_t DMAInt32Func(IDEDMA *, int32_t len);
|
typedef int32_t DMAInt32Func(IDEDMA *, int32_t len);
|
||||||
typedef void DMAu32Func(IDEDMA *, uint32_t);
|
typedef void DMAu32Func(IDEDMA *, uint32_t);
|
||||||
typedef void DMAStopFunc(IDEDMA *, bool);
|
typedef void DMAStopFunc(IDEDMA *, bool);
|
||||||
typedef void DMARestartFunc(void *, int, RunState);
|
|
||||||
|
|
||||||
struct unreported_events {
|
struct unreported_events {
|
||||||
bool eject_request;
|
bool eject_request;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue