aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vt8623/northbridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/vt8623/northbridge.h')
-rw-r--r--src/northbridge/via/vt8623/northbridge.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/northbridge/via/vt8623/northbridge.h b/src/northbridge/via/vt8623/northbridge.h
index f589860cd5..b3a2e75f15 100644
--- a/src/northbridge/via/vt8623/northbridge.h
+++ b/src/northbridge/via/vt8623/northbridge.h
@@ -2,11 +2,7 @@
#define NORTHBRIDGE_VIA_VT8623_H
unsigned int vt8623_scan_root_bus(device_t root, unsigned int max);
-
-void vga_enable_console(void);
-void do_vgabios(void);
-void setup_realmode_idt(void);
+extern void (*vga_enable_console)(void) __attribute__((regparm(0)));
void write_protect_vgabios(void);
-
#endif /* NORTHBRIDGE_VIA_VT8623_H */