From 246ae2129eb091da06cf6275bd503dd5730060dc Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 8 Sep 2005 17:17:25 +0000 Subject: simplify code git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2012 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/emulation/qemu-i386/chip.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/cpu/emulation/qemu-i386/chip.h (limited to 'src/cpu/emulation/qemu-i386/chip.h') 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; + -- cgit v1.2.3