diff options
author | Francisco Iglesias <francisco.iglesias@xilinx.com> | 2022-01-21 16:11:35 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-01-28 14:29:46 +0000 |
commit | ba4fbdbd9b8be7bed4285bc4cf684488b48fb518 (patch) | |
tree | 8eaddbdb37c4f0a53353fc0585541b42909dfdb0 /include | |
parent | f7c9aecbf850fd819643ea884de338f810e285f1 (diff) | |
download | qemu-ba4fbdbd9b8be7bed4285bc4cf684488b48fb518.zip qemu-ba4fbdbd9b8be7bed4285bc4cf684488b48fb518.tar.gz qemu-ba4fbdbd9b8be7bed4285bc4cf684488b48fb518.tar.bz2 |
include/hw/dma/xlnx_csu_dma: Add in missing includes in the header
Add in the missing includes in the header for being able to build the DMA
model when reusing it.
Signed-off-by: Francisco Iglesias <francisco.iglesias@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Luc Michel <luc@lmichel.fr>
Message-id: 20220121161141.14389-5-francisco.iglesias@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/dma/xlnx_csu_dma.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/hw/dma/xlnx_csu_dma.h b/include/hw/dma/xlnx_csu_dma.h index 9e9dc55..2880662 100644 --- a/include/hw/dma/xlnx_csu_dma.h +++ b/include/hw/dma/xlnx_csu_dma.h @@ -21,6 +21,11 @@ #ifndef XLNX_CSU_DMA_H #define XLNX_CSU_DMA_H +#include "hw/sysbus.h" +#include "hw/register.h" +#include "hw/ptimer.h" +#include "hw/stream.h" + #define TYPE_XLNX_CSU_DMA "xlnx.csu_dma" #define XLNX_CSU_DMA_R_MAX (0x2c / 4) |