summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2880/chip.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-07-25 04:32:42 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-07-25 04:32:42 +0000
commit35cce551c4c60d7df4ab099070e684279dddff3c (patch)
tree3e9f3723d59360a466b86e91f7ad463e13588ea1 /src/mainboard/tyan/s2880/chip.h
parentebb645a9fb5d81a8ea701fd53a2bf63bb899d51c (diff)
Mods for YhLu to enable calls for mainboard init.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1038 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2880/chip.h')
-rw-r--r--src/mainboard/tyan/s2880/chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/tyan/s2880/chip.h b/src/mainboard/tyan/s2880/chip.h
new file mode 100644
index 0000000000..1e13d514c7
--- /dev/null
+++ b/src/mainboard/tyan/s2880/chip.h
@@ -0,0 +1,3 @@
+struct mainboard_tyan_s2880_config {
+ int fixup_scsi;
+};