summaryrefslogtreecommitdiff
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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mainboard/emulation/qemu-x86/chip.h b/src/mainboard/emulation/qemu-x86/chip.h
index 41477cd2af..56a14edd40 100644
--- a/src/mainboard/emulation/qemu-x86/chip.h
+++ b/src/mainboard/emulation/qemu-x86/chip.h
@@ -1,11 +1,8 @@
extern struct chip_operations mainboard_ops;
-struct mainboard_config {
-};
+struct mainboard_config {};
-struct mainboard_emulation_qemu_x86_config
-{
-};
+struct mainboard_emulation_qemu_x86_config {};
extern struct chip_operations mainboard_emulation_qemu_x86_ops;