summaryrefslogtreecommitdiffstats
path: root/include/hw/display/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/display/vga.h')
-rw-r--r--include/hw/display/vga.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hw/display/vga.h b/include/hw/display/vga.h
index 98b2e560f9..a79aa2909b 100644
--- a/include/hw/display/vga.h
+++ b/include/hw/display/vga.h
@@ -9,8 +9,6 @@
#ifndef QEMU_HW_DISPLAY_VGA_H
#define QEMU_HW_DISPLAY_VGA_H
-#include "exec/hwaddr.h"
-
/*
* modules can reference this symbol to avoid being loaded
* into system emulators without vga support
@@ -26,7 +24,4 @@ extern enum vga_retrace_method vga_retrace_method;
#define TYPE_VGA_MMIO "vga-mmio"
-int vga_mmio_init(hwaddr vram_base, hwaddr ctrl_base,
- int it_shift, MemoryRegion *address_space);
-
#endif