aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-x86/chip.h
diff options
context:
space:
mode:
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;