blob: b9394195d7e5fa86d29ec9130af1dce84a850aff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
extern struct chip_operations mainboard_ops;
struct mainboard_config {
};
struct cpu_emulation_qemu_x86_config
{
};
extern struct chip_operations cpu_emulation_qemu_x86_ops;
|