aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb700/sb700.h
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-06-09 19:34:16 -0500
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-11 02:07:42 +0100
commitf89a05ed9f7307df32ef5fa1fd558db7f594c269 (patch)
treedaa6f2126e9bcafc890d48f7e95805ba401bd09c /src/southbridge/amd/sb700/sb700.h
parent2b206775fa5e956772b54295a563c5a69e2117b6 (diff)
southbridge/amd/sb700: Indicate iSATA/eSATA port type
Change-Id: I8ee757d07c82c151b36def6b709163ff144d244f Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/11984 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/amd/sb700/sb700.h')
-rw-r--r--src/southbridge/amd/sb700/sb700.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb700/sb700.h b/src/southbridge/amd/sb700/sb700.h
index e2f5cf08ad..a610267561 100644
--- a/src/southbridge/amd/sb700/sb700.h
+++ b/src/southbridge/amd/sb700/sb700.h
@@ -69,6 +69,7 @@ void sb7xx_51xx_before_pci_init(void);
#include <device/pci.h>
/* allow override in mainboard.c */
void sb7xx_51xx_setup_sata_phys(struct device *dev);
+void sb7xx_51xx_setup_sata_port_indication(void *sata_bar5);
#endif