diff options
Diffstat (limited to 'src/cpu/emulation/qemu-x86/chip.h')
-rw-r--r-- | src/cpu/emulation/qemu-x86/chip.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/emulation/qemu-x86/chip.h b/src/cpu/emulation/qemu-x86/chip.h new file mode 100644 index 0000000000..1183200ff7 --- /dev/null +++ b/src/cpu/emulation/qemu-x86/chip.h @@ -0,0 +1,6 @@ +struct cpu_emulation_qemu_x86_config +{ +}; + +extern struct chip_operations cpu_emulation_qemu_x86_ops; + |