via epia-m now works with default x86.c instead of its own copy of vgabios.c.
[coreboot.git] / src / northbridge / via / vt8623 / northbridge.h
1 #ifndef NORTHBRIDGE_VIA_VT8623_H
2 #define NORTHBRIDGE_VIA_VT8623_H
3
4 unsigned int vt8623_scan_root_bus(device_t root, unsigned int max);
5 extern void (*vga_enable_console)(void) __attribute__((regparm(0)));
6 void write_protect_vgabios(void);
7
8 #endif /* NORTHBRIDGE_VIA_VT8623_H */