]> git.proxmox.com Git - qemu.git/blobdiff - hw/mips.h
g364fb: convert to qdev
[qemu.git] / hw / mips.h
index 97d7b9e5adf17620f8b7befd033f53056cc4aac6..8ce41fc4be19c73c52bd146fb9c049896b22dc96 100644 (file)
--- a/hw/mips.h
+++ b/hw/mips.h
@@ -2,19 +2,12 @@
 #define HW_MIPS_H
 /* Definitions for mips board emulation.  */
 
-#include "memory.h"
-
 /* gt64xxx.c */
 PCIBus *gt64120_register(qemu_irq *pic);
 
 /* bonito.c */
 PCIBus *bonito_init(qemu_irq *pic);
 
-/* g364fb.c */
-int g364fb_mm_init(MemoryRegion *system_memory, target_phys_addr_t vram_base,
-                   target_phys_addr_t ctrl_base, int it_shift,
-                   qemu_irq irq);
-
 /* mipsnet.c */
 void mipsnet_init(int base, qemu_irq irq, NICInfo *nd);