summaryrefslogtreecommitdiff
path: root/src/cpu/emulation/qemu-i386/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2005-09-08 17:17:25 +0000
committerStefan Reinauer <stepan@openbios.org>2005-09-08 17:17:25 +0000
commit246ae2129eb091da06cf6275bd503dd5730060dc (patch)
treeca9ecac57b496250a7d79f4b7d06df45ce76ca80 /src/cpu/emulation/qemu-i386/chip.h
parentafa190e046b2f45985c78d4550cc43f96764f33f (diff)
simplify code
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2012 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/emulation/qemu-i386/chip.h')
-rw-r--r--src/cpu/emulation/qemu-i386/chip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/emulation/qemu-i386/chip.h b/src/cpu/emulation/qemu-i386/chip.h
new file mode 100644
index 0000000000..6ade17bb01
--- /dev/null
+++ b/src/cpu/emulation/qemu-i386/chip.h
@@ -0,0 +1,6 @@
+struct cpu_emulation_qemu_i386_config
+{
+};
+
+extern struct chip_operations cpu_emulation_qemu_i386_ops;
+