7 lines
130 B
C
7 lines
130 B
C
|
extern struct chip_operations mainboard_tyan_s2892_ops;
|
||
|
|
||
|
struct mainboard_tyan_s2892_config {
|
||
|
int fixup_scsi;
|
||
|
int fixup_vga;
|
||
|
};
|