diff options
Diffstat (limited to 'src/superio/nuvoton/common/nuvoton.h')
-rw-r--r-- | src/superio/nuvoton/common/nuvoton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/nuvoton/common/nuvoton.h b/src/superio/nuvoton/common/nuvoton.h index 22f112733a..614b039be5 100644 --- a/src/superio/nuvoton/common/nuvoton.h +++ b/src/superio/nuvoton/common/nuvoton.h @@ -21,6 +21,8 @@ #include <arch/io.h> #include <stdint.h> +void nuvoton_pnp_enter_conf_state(pnp_devfn_t dev); +void nuvoton_pnp_exit_conf_state(pnp_devfn_t dev); void nuvoton_enable_serial(pnp_devfn_t dev, u16 iobase); #endif /* SUPERIO_NUVOTON_COMMON_ROMSTAGE_H */ |