[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 04/12] include/hw/dma/xlnx_csu_dma: Add in missing include
|
From: |
Luc Michel |
|
Subject: |
Re: [PATCH v6 04/12] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header |
|
Date: |
Tue, 18 Jan 2022 22:59:22 +0100 |
On 15:28 Fri 14 Jan , Francisco Iglesias wrote:
> 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>
> ---
> include/hw/dma/xlnx_csu_dma.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/include/hw/dma/xlnx_csu_dma.h b/include/hw/dma/xlnx_csu_dma.h
> index 9e9dc551e9..28806628b1 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)
> --
> 2.11.0
>
>
--
- [PATCH v6 00/12] Xilinx Versal's PMC SLCR and OSPI support, Francisco Iglesias, 2022/01/14
- [PATCH v6 03/12] hw/arm/xlnx-versal: Connect Versal's PMC SLCR, Francisco Iglesias, 2022/01/14
- [PATCH v6 01/12] hw/misc: Add a model of Versal's PMC SLCR, Francisco Iglesias, 2022/01/14
- [PATCH v6 02/12] hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC models, Francisco Iglesias, 2022/01/14
- [PATCH v6 05/12] hw/dma: Add the DMA control interface, Francisco Iglesias, 2022/01/14
- [PATCH v6 04/12] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header, Francisco Iglesias, 2022/01/14
- Re: [PATCH v6 04/12] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header,
Luc Michel <=
- [PATCH v6 06/12] hw/dma/xlnx_csu_dma: Implement the DMA control interface, Francisco Iglesias, 2022/01/14
- [PATCH v6 07/12] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller, Francisco Iglesias, 2022/01/14
- [PATCH v6 09/12] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g, Francisco Iglesias, 2022/01/14
- [PATCH v6 08/12] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model, Francisco Iglesias, 2022/01/14
- [PATCH v6 10/12] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI, Francisco Iglesias, 2022/01/14
- [PATCH v6 11/12] MAINTAINERS: Add an entry for Xilinx Versal OSPI, Francisco Iglesias, 2022/01/14
- [PATCH v6 12/12] docs/devel: Add documentation for the DMA control interface, Francisco Iglesias, 2022/01/14