Creator: Yinghai Lu <yhlu@tyan.com> Nvidia Ck804 support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1946 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
7 lines
130 B
C
7 lines
130 B
C
extern struct chip_operations mainboard_tyan_s2891_ops;
|
|
|
|
struct mainboard_tyan_s2891_config {
|
|
int fixup_scsi;
|
|
int fixup_vga;
|
|
};
|