blob: 41477cd2af945260b936db3f36668124a0a42998 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
extern struct chip_operations mainboard_ops;
struct mainboard_config {
};
struct mainboard_emulation_qemu_x86_config
{
};
extern struct chip_operations mainboard_emulation_qemu_x86_ops;
|