aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sr5650/cmn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sr5650/cmn.h')
-rw-r--r--src/southbridge/amd/sr5650/cmn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/amd/sr5650/cmn.h b/src/southbridge/amd/sr5650/cmn.h
index 0c0fd29ca7..e44d1e89c0 100644
--- a/src/southbridge/amd/sr5650/cmn.h
+++ b/src/southbridge/amd/sr5650/cmn.h
@@ -146,4 +146,8 @@ static inline void set_pcie_enable_bits(device_t dev, u32 reg_pos, u32 mask, u32
nb_write_index(dev, NBPCIE_INDEX, reg_pos, reg);
}
}
+
+void set_pcie_reset(void);
+void set_pcie_dereset(void);
+
#endif /* __SR5650_CMN_H__ */