mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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:
parent
11de8b7166
commit
7a880d9352
6 changed files with 71 additions and 43 deletions
2
hw/adb.c
2
hw/adb.c
|
@ -22,7 +22,7 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
#include "hw.h"
|
||||
#include "ppc_mac.h"
|
||||
#include "adb.h"
|
||||
#include "console.h"
|
||||
|
||||
/* debug ADB */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue