From 2654c962b8e06a7203a453b2171daa9269eab544 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 30 Aug 2011 14:53:31 +0300 Subject: omap1: convert to memory API (part VI) Easy RAM stuff. Acked-by: Peter Maydell Signed-off-by: Avi Kivity --- hw/soc_dma.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/soc_dma.h') diff --git a/hw/soc_dma.h b/hw/soc_dma.h index 026479ef29..904b26c5a8 100644 --- a/hw/soc_dma.h +++ b/hw/soc_dma.h @@ -18,6 +18,8 @@ * with this program; if not, see . */ +#include "memory.h" + struct soc_dma_s; struct soc_dma_ch_s; typedef void (*soc_dma_io_t)(void *opaque, uint8_t *buf, int len); -- cgit v1.2.1