diff options
Diffstat (limited to 'src/southbridge/amd/sb700/sb700.h')
-rw-r--r-- | src/southbridge/amd/sb700/sb700.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb700/sb700.h b/src/southbridge/amd/sb700/sb700.h index bf7b297518..d4107a942e 100644 --- a/src/southbridge/amd/sb700/sb700.h +++ b/src/southbridge/amd/sb700/sb700.h @@ -52,6 +52,11 @@ void sb700_enable(device_t dev); #ifdef __PRE_RAM__ void sb700_lpc_port80(void); void sb700_pci_port80(void); +#else +#include <device/pci.h> +/* allow override in mainboard.c */ +void sb700_setup_sata_phys(struct device *dev); + #endif #endif /* SB700_H */ |