diff options
author | Avi Kivity <avi@redhat.com> | 2011-08-30 14:53:31 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-09-21 11:14:42 +0300 |
commit | 2654c962b8e06a7203a453b2171daa9269eab544 (patch) | |
tree | 940c86c0a85bc8e3458be5c05d3ba48695db3b37 /hw/soc_dma.h | |
parent | 90aeba9dac1e99bfbe2d44867ec44b32b0780577 (diff) |
omap1: convert to memory API (part VI)
Easy RAM stuff.
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/soc_dma.h')
-rw-r--r-- | hw/soc_dma.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */ +#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); |