aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc_newworld.c
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2011-09-04 08:41:15 +0000
committerAlexander Graf <agraf@suse.de>2011-10-06 09:48:07 +0200
commit7a880d9352575c70bae6fb246436c513ff5fe418 (patch)
treeaac514526497027acfffba6ebb2ed5a8ca558d36 /hw/ppc_newworld.c
parent11de8b716665f1f6d5e586c62411f47ae539c0dc (diff)
ppc: move ADB stuff from ppc_mac.h to adb.h
Allow to use ADB in non-ppc macintosh Signed-off-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/ppc_newworld.c')
-rw-r--r--hw/ppc_newworld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc_newworld.c b/hw/ppc_newworld.c
index b1cc3d70a..b9a50db3f 100644
--- a/hw/ppc_newworld.c
+++ b/hw/ppc_newworld.c
@@ -49,6 +49,7 @@
#include "hw.h"
#include "ppc.h"
#include "ppc_mac.h"
+#include "adb.h"
#include "mac_dbdma.h"
#include "nvram.h"
#include "pc.h"