diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-09-08 17:17:25 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-09-08 17:17:25 +0000 |
commit | 246ae2129eb091da06cf6275bd503dd5730060dc (patch) | |
tree | ca9ecac57b496250a7d79f4b7d06df45ce76ca80 /src/cpu/emulation/qemu-i386/chip.h | |
parent | afa190e046b2f45985c78d4550cc43f96764f33f (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.h | 6 |
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; + |