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>
This commit is contained in:
Laurent Vivier 2011-09-04 08:41:15 +00:00 committed by Alexander Graf
parent 11de8b7166
commit 7a880d9352
6 changed files with 71 additions and 43 deletions

View file

@ -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"