aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-x86/chip.h
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-04-08 12:47:35 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-04-08 12:47:35 +0000
commit35784b62cde8b126cdb1fbb2a7a6d170760bd28d (patch)
tree69a5f8dcdb601f532448bf60f1b2673696b201af /src/mainboard/emulation/qemu-x86/chip.h
parent2bbd0c29261d985e21dc69a731c895ee2791eb4b (diff)
cpu/emulation/qemu-x86 doesn't exist anymore, as this
is folded into mainboard/emulation/qemu-x86. Adapt code. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5376 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/emulation/qemu-x86/chip.h')
-rw-r--r--src/mainboard/emulation/qemu-x86/chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/emulation/qemu-x86/chip.h b/src/mainboard/emulation/qemu-x86/chip.h
index b9394195d7..41477cd2af 100644
--- a/src/mainboard/emulation/qemu-x86/chip.h
+++ b/src/mainboard/emulation/qemu-x86/chip.h
@@ -3,9 +3,9 @@ extern struct chip_operations mainboard_ops;
struct mainboard_config {
};
-struct cpu_emulation_qemu_x86_config
+struct mainboard_emulation_qemu_x86_config
{
};
-extern struct chip_operations cpu_emulation_qemu_x86_ops;
+extern struct chip_operations mainboard_emulation_qemu_x86_ops;