diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-11-02 20:33:12 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-11-02 20:33:12 +0000 |
commit | e4932dc760160245d861981c0aca600c4929d07b (patch) | |
tree | 6471f00a7afba47b749226f219309a1e7c6d8b66 /src/northbridge/emulation/qemu-i386/northbridge.h | |
parent | c3f3e9abf40c4b18681299560a931cae390409f2 (diff) |
get qemu-i386 target building again
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1734 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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/northbridge/emulation/qemu-i386/northbridge.h b/src/northbridge/emulation/qemu-i386/northbridge.h index ef63ebea78..c74e63b97d 100644 --- a/src/northbridge/emulation/qemu-i386/northbridge.h +++ b/src/northbridge/emulation/qemu-i386/northbridge.h @@ -1,6 +1,5 @@ -#ifndef NORTHBRIDGE_VIA_VT8623_H -#define NORTHBRIDGE_VIA_VT8623_H +#ifndef NORTHBRIDGE_EMULATION_QEMU_I386_H +#define NORTHBRIDGE_EMULATION_QEMU_I386_H -extern unsigned int vt8623_scan_root_bus(device_t root, unsigned int max); -#endif /* NORTHBRIDGE_VIA_VT8623_H */ +#endif /* NORTHBRIDGE_EMULATION_QEMU_I386 */ |