aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627hf/w83627hf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83627hf/w83627hf.h')
-rw-r--r--src/superio/winbond/w83627hf/w83627hf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/superio/winbond/w83627hf/w83627hf.h b/src/superio/winbond/w83627hf/w83627hf.h
index 56ade8feee..fa74cbd6df 100644
--- a/src/superio/winbond/w83627hf/w83627hf.h
+++ b/src/superio/winbond/w83627hf/w83627hf.h
@@ -109,3 +109,9 @@
#define W83627HF_HAP1 0x14
#define W83627HF_XSCNF 0x15
#define W83627HF_XWBCNF 0x16
+
+#if defined(__PRE_RAM__) && !defined(__ROMCC__)
+void w83627hf_disable_dev(device_t dev);
+void w83627hf_enable_dev(device_t dev, unsigned iobase);
+#endif
+