summaryrefslogtreecommitdiff
path: root/src/southbridge/via/k8t890/k8x8xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/k8t890/k8x8xx.h')
-rw-r--r--src/southbridge/via/k8t890/k8x8xx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/southbridge/via/k8t890/k8x8xx.h b/src/southbridge/via/k8t890/k8x8xx.h
index 425aaeb5e8..c61c98426b 100644
--- a/src/southbridge/via/k8t890/k8x8xx.h
+++ b/src/southbridge/via/k8t890/k8x8xx.h
@@ -23,6 +23,9 @@
#include <cpu/x86/msr.h>
#include <cpu/amd/mtrr.h>
+#ifndef __PRE_RAM__
+#include <device/device.h>
+#endif
#include "k8t890.h"
struct k8x8xx_vt8237_mirrored_regs {
@@ -48,4 +51,8 @@ static inline void k8x8xx_vt8237_mirrored_regs_fill(struct k8x8xx_vt8237_mirrore
regs->low_top_address = msr.lo >> 16;
}
+#ifndef __PRE_RAM__
+void k8x8xx_vt8237r_cfg(struct device *, struct device *);
+#endif
+
#endif /* SOUTHBRIDGE_VIA_K8T890_K8X8XX_H */