summaryrefslogtreecommitdiffstats
path: root/hw/adb.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/adb.c
parent11de8b716665f1f6d5e586c62411f47ae539c0dc (diff)
downloadhqemu-7a880d9352575c70bae6fb246436c513ff5fe418.zip
hqemu-7a880d9352575c70bae6fb246436c513ff5fe418.tar.gz
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/adb.c')
-rw-r--r--hw/adb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/adb.c b/hw/adb.c
index 8dedbf8..aa15f55 100644
--- a/hw/adb.c
+++ b/hw/adb.c
@@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include "hw.h"
-#include "ppc_mac.h"
+#include "adb.h"
#include "console.h"
/* debug ADB */
OpenPOWER on IntegriCloud