diff options
author | Laurent Vivier | 2011-09-04 10:41:15 +0200 |
---|---|---|
committer | Alexander Graf | 2011-10-06 09:48:07 +0200 |
commit | 7a880d9352575c70bae6fb246436c513ff5fe418 (patch) | |
tree | aac514526497027acfffba6ebb2ed5a8ca558d36 /hw/adb.c | |
parent | openpic: Unfold write_IRQreg (diff) | |
download | qemu-7a880d9352575c70bae6fb246436c513ff5fe418.tar.gz qemu-7a880d9352575c70bae6fb246436c513ff5fe418.tar.xz qemu-7a880d9352575c70bae6fb246436c513ff5fe418.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ * THE SOFTWARE. */ #include "hw.h" -#include "ppc_mac.h" +#include "adb.h" #include "console.h" /* debug ADB */ |