summaryrefslogtreecommitdiff
path: root/src/northbridge/emulation/qemu-i386/northbridge.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2004-06-28 11:59:45 +0000
committerStefan Reinauer <stepan@openbios.org>2004-06-28 11:59:45 +0000
commite2b53e14327ea01dff9291815b10709b74b661f2 (patch)
tree92152f17336870ea351b051ebf569d20e07bf958 /src/northbridge/emulation/qemu-i386/northbridge.h
parent4a3bb76aa85ba720b607152d853bd7e1964a9f6c (diff)
add northbridge code for qemu-i386
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1611 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/emulation/qemu-i386/northbridge.h')
-rw-r--r--src/northbridge/emulation/qemu-i386/northbridge.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/northbridge/emulation/qemu-i386/northbridge.h b/src/northbridge/emulation/qemu-i386/northbridge.h
new file mode 100644
index 0000000000..ef63ebea78
--- /dev/null
+++ b/src/northbridge/emulation/qemu-i386/northbridge.h
@@ -0,0 +1,6 @@
+#ifndef NORTHBRIDGE_VIA_VT8623_H
+#define NORTHBRIDGE_VIA_VT8623_H
+
+extern unsigned int vt8623_scan_root_bus(device_t root, unsigned int max);
+
+#endif /* NORTHBRIDGE_VIA_VT8623_H */