aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-x86/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-29 21:17:25 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-29 21:17:25 +0000
commit2c5dc6594998cc8764773195bea40003e77c41bf (patch)
tree857bfdc8c05006e2dd53bc29fce23603ca580d99 /src/mainboard/emulation/qemu-x86/chip.h
parent5e32823a68f74618845c21600c8fa491f9c6c1a4 (diff)
qemu: drop "northbridge.c" from src/cpu/...
It's not a real northbridge, so I just move it into the mainboard directory for now (until we maybe have a qemu-q35 image some day?) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5316 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/emulation/qemu-x86/chip.h')
-rw-r--r--src/mainboard/emulation/qemu-x86/chip.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-x86/chip.h b/src/mainboard/emulation/qemu-x86/chip.h
index 06f11d0862..b9394195d7 100644
--- a/src/mainboard/emulation/qemu-x86/chip.h
+++ b/src/mainboard/emulation/qemu-x86/chip.h
@@ -2,3 +2,10 @@ extern struct chip_operations mainboard_ops;
struct mainboard_config {
};
+
+struct cpu_emulation_qemu_x86_config
+{
+};
+
+extern struct chip_operations cpu_emulation_qemu_x86_ops;
+