diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-05-08 21:08:23 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2017-05-11 16:40:55 +0200 |
commit | d84a1cae093ffc6d4a3d1f4ec7599f2ba5da81f2 (patch) | |
tree | feb8158e860106700c652b2ff19decefb639fb04 /src/superio/nuvoton/common/nuvoton.h | |
parent | 512a2d1c4f2e9d63effebae03806fc2f9ddb1ce7 (diff) |
superio/nuvoton: Make SuperIO config functions externally available
Change-Id: I05f768c67542770e65279a562c05225b84edca40
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19626
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
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 */ |