From e4932dc760160245d861981c0aca600c4929d07b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 2 Nov 2004 20:33:12 +0000 Subject: get qemu-i386 target building again git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1734 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/emulation/qemu-i386/northbridge.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (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 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 */ -- cgit v1.2.3