make w83697hf_set_clksel_48() non-static and add a prototype
[coreboot.git] / src / superio / winbond / w83697hf / w83697hf.h
index 0eeb37c9c97b5f9998df316a959ff51e620e2894..6488dd39257a5c20655192a3a3f12d144eae13f4 100644 (file)
@@ -32,4 +32,8 @@
 #define W83697HF_ACPI           10   /* ACPI */
 #define W83697HF_HWM            11   /* Hardware monitor */
 
+#ifndef __ROMCC__
+void w83697hf_set_clksel_48(device_t);
+#endif
+
 #endif