blob: 56a14edd4095ca3ed4d707623d2fd747051050f4 (
plain)
1
2
3
4
5
6
7
8
|
extern struct chip_operations mainboard_ops;
struct mainboard_config {};
struct mainboard_emulation_qemu_x86_config {};
extern struct chip_operations mainboard_emulation_qemu_x86_ops;
|