3 /* Definitions for mips board emulation. */
5 #include "qemu/units.h"
7 /* Kernels can be configured with 64KB pages */
8 #define INITRD_PAGE_SIZE (64 * KiB)
10 #include "exec/memory.h"
13 PCIBus
*gt64120_register(qemu_irq
*pic
);
16 PCIBus
*bonito_init(qemu_irq
*pic
);
19 typedef struct rc4030DMAState
*rc4030_dma
;
20 void rc4030_dma_read(void *dma
, uint8_t *buf
, int len
);
21 void rc4030_dma_write(void *dma
, uint8_t *buf
, int len
);
23 DeviceState
*rc4030_init(rc4030_dma
**dmas
, IOMMUMemoryRegion
**dma_mr
);