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
@ -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…
Reference in New Issue
Block a user