diff options
Diffstat (limited to 'src/dev/dma_device.hh')
-rw-r--r-- | src/dev/dma_device.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/dma_device.hh b/src/dev/dma_device.hh index d1245b977..6df4a287d 100644 --- a/src/dev/dma_device.hh +++ b/src/dev/dma_device.hh @@ -142,8 +142,8 @@ class DmaPort : public MasterPort DmaPort(MemObject *dev, System *s); - void dmaAction(Packet::Command cmd, Addr addr, int size, Event *event, - uint8_t *data, Tick delay, Request::Flags flag = 0); + RequestPtr dmaAction(Packet::Command cmd, Addr addr, int size, Event *event, + uint8_t *data, Tick delay, Request::Flags flag = 0); bool dmaPending() const { return pendingCount > 0; } |