This, ladies and gentlement, is commit #4000.
[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
6 void vga_enable_console(void);
7 void do_vgabios(void);
8 void setup_realmode_idt(void);
9 void write_protect_vgabios(void);
10
11
12 #endif /* NORTHBRIDGE_VIA_VT8623_H */