diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-06-28 11:59:45 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-06-28 11:59:45 +0000 |
commit | e2b53e14327ea01dff9291815b10709b74b661f2 (patch) | |
tree | 92152f17336870ea351b051ebf569d20e07bf958 /src/northbridge/emulation/qemu-i386/northbridge.h | |
parent | 4a3bb76aa85ba720b607152d853bd7e1964a9f6c (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.h | 6 |
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 */ |