aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc4xx.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-08-15 14:27:05 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-08-15 14:27:05 +0000
commit802670e6c9026c945c232a46bb5c789601334280 (patch)
treedff18b23828c7fc5c8843f93caab2068c5043e92 /hw/ppc4xx.h
parent1786dc15eeecdc49a2097e262a9ad1510a14dcc0 (diff)
downloadqemu-802670e6c9026c945c232a46bb5c789601334280.zip
qemu-802670e6c9026c945c232a46bb5c789601334280.tar.gz
qemu-802670e6c9026c945c232a46bb5c789601334280.tar.bz2
PPC: clean up ppc405
Rely on the subpage system instead of the local version. Make most functions "static". Fix wrong parameter passed to ppc4xx_pob_reset. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppc4xx.h')
-rw-r--r--hw/ppc4xx.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/ppc4xx.h b/hw/ppc4xx.h
index 7832cd9..bc4ee01 100644
--- a/hw/ppc4xx.h
+++ b/hw/ppc4xx.h
@@ -32,13 +32,6 @@ CPUState *ppc4xx_init (const char *cpu_model,
clk_setup_t *cpu_clk, clk_setup_t *tb_clk,
uint32_t sysclk);
-typedef struct ppc4xx_mmio_t ppc4xx_mmio_t;
-int ppc4xx_mmio_register (CPUState *env, ppc4xx_mmio_t *mmio,
- target_phys_addr_t offset, uint32_t len,
- CPUReadMemoryFunc **mem_read,
- CPUWriteMemoryFunc **mem_write, void *opaque);
-ppc4xx_mmio_t *ppc4xx_mmio_init (CPUState *env, target_phys_addr_t base);
-
/* PowerPC 4xx universal interrupt controller */
enum {
PPCUIC_OUTPUT_INT = 0,