2009-02-18 21:41:57 +01:00
|
|
|
extern struct chip_operations mainboard_ops;
|
2003-08-05 00:13:57 +02:00
|
|
|
|
2009-02-18 21:41:57 +01:00
|
|
|
struct mainboard_config {
|
2003-07-25 06:32:42 +02:00
|
|
|
int fixup_scsi;
|
2003-08-27 16:33:13 +02:00
|
|
|
int fixup_vga;
|
2003-07-25 06:32:42 +02:00
|
|
|
};
|