summaryrefslogtreecommitdiff
path: root/src/southbridge/via/k8t890/k8t890.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/k8t890/k8t890.h')
-rw-r--r--src/southbridge/via/k8t890/k8t890.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/via/k8t890/k8t890.h b/src/southbridge/via/k8t890/k8t890.h
index 63f8d20926..9159b53d5c 100644
--- a/src/southbridge/via/k8t890/k8t890.h
+++ b/src/southbridge/via/k8t890/k8t890.h
@@ -35,4 +35,8 @@
/* the FB size in MB (min is 8MB max is 512MB) */
#define K8M890_FBSIZEMB 64
+#include <device/device.h>
+extern void writeback(struct device *dev, u16 where, u8 what);
+extern void dump_south(device_t dev);
+
#endif