| 488 |
|
|
| 489 |
/* PCI bus */ |
/* PCI bus */ |
| 490 |
|
|
|
extern int pci_enabled; |
|
|
|
|
| 491 |
extern target_phys_addr_t pci_mem_base; |
extern target_phys_addr_t pci_mem_base; |
| 492 |
|
|
| 493 |
typedef struct PCIBus PCIBus; |
typedef struct PCIBus PCIBus; |
| 727 |
|
|
| 728 |
/* pc.c */ |
/* pc.c */ |
| 729 |
extern QEMUMachine pc_machine; |
extern QEMUMachine pc_machine; |
| 730 |
|
extern QEMUMachine isapc_machine; |
| 731 |
|
|
| 732 |
/* ppc.c */ |
/* ppc.c */ |
| 733 |
extern QEMUMachine prep_machine; |
extern QEMUMachine prep_machine; |
| 744 |
|
|
| 745 |
extern CPUWriteMemoryFunc *PPC_io_write[]; |
extern CPUWriteMemoryFunc *PPC_io_write[]; |
| 746 |
extern CPUReadMemoryFunc *PPC_io_read[]; |
extern CPUReadMemoryFunc *PPC_io_read[]; |
|
extern int prep_enabled; |
|
| 747 |
void PPC_debug_write (void *opaque, uint32_t addr, uint32_t val); |
void PPC_debug_write (void *opaque, uint32_t addr, uint32_t val); |
| 748 |
|
|
| 749 |
/* sun4m.c */ |
/* sun4m.c */ |