aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/macio/macio.c
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2018-02-09 18:51:41 +0000
committerDavid Gibson <david@gibson.dropbear.id.au>2018-02-16 12:14:26 +1100
commit7092e84d42b1cfc2440b1dcf66cdae814fa112b3 (patch)
treec5d2772b7fc8a2f06376e1d1e970e5f956c761ba /hw/misc/macio/macio.c
parent09a573474ba0bb83df8159d0f24c0f209734da33 (diff)
downloadqemu-7092e84d42b1cfc2440b1dcf66cdae814fa112b3.zip
qemu-7092e84d42b1cfc2440b1dcf66cdae814fa112b3.tar.gz
qemu-7092e84d42b1cfc2440b1dcf66cdae814fa112b3.tar.bz2
ppc: move CUDAState and other CUDA-related definitions into separate cuda.h file
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/misc/macio/macio.c')
-rw-r--r--hw/misc/macio/macio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/macio/macio.c b/hw/misc/macio/macio.c
index a639b09..024f855 100644
--- a/hw/misc/macio/macio.c
+++ b/hw/misc/macio/macio.c
@@ -26,6 +26,7 @@
#include "qapi/error.h"
#include "hw/hw.h"
#include "hw/ppc/mac.h"
+#include "hw/misc/macio/cuda.h"
#include "hw/pci/pci.h"
#include "hw/ppc/mac_dbdma.h"
#include "hw/char/escc.h"