6a61d6a4ae
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1693 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
6 lines
130 B
C
6 lines
130 B
C
extern struct chip_operations mainboard_tyan_s2875_ops;
|
|
|
|
struct mainboard_tyan_s2875_config {
|
|
int fixup_scsi;
|
|
int fixup_vga;
|
|
};
|