From e2b53e14327ea01dff9291815b10709b74b661f2 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 28 Jun 2004 11:59:45 +0000 Subject: add northbridge code for qemu-i386 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1611 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/emulation/qemu-i386/northbridge.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/northbridge/emulation/qemu-i386/northbridge.h (limited to 'src/northbridge/emulation/qemu-i386/northbridge.h') 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 */ -- cgit v1.2.3