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, 4 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-x86/chip.h b/src/mainboard/emulation/qemu-x86/chip.h
new file mode 100644
index 0000000000..d6ecdde37b
--- /dev/null
+++ b/src/mainboard/emulation/qemu-x86/chip.h
@@ -0,0 +1,4 @@
+extern struct chip_operations mainboard_emulation_qemu_x86_ops;
+
+struct mainboard_emulation_qemu_x86_config {
+};