diff options
Diffstat (limited to 'src/superio/winbond/w83697hf/w83697hf.h')
-rw-r--r-- | src/superio/winbond/w83697hf/w83697hf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/superio/winbond/w83697hf/w83697hf.h b/src/superio/winbond/w83697hf/w83697hf.h index 0eeb37c9c9..6488dd3925 100644 --- a/src/superio/winbond/w83697hf/w83697hf.h +++ b/src/superio/winbond/w83697hf/w83697hf.h @@ -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 |