aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47m10x/lpc47m10x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/lpc47m10x/lpc47m10x.h')
-rw-r--r--src/superio/smsc/lpc47m10x/lpc47m10x.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/superio/smsc/lpc47m10x/lpc47m10x.h b/src/superio/smsc/lpc47m10x/lpc47m10x.h
index a83a6f242e..0c393c5344 100644
--- a/src/superio/smsc/lpc47m10x/lpc47m10x.h
+++ b/src/superio/smsc/lpc47m10x/lpc47m10x.h
@@ -19,6 +19,9 @@
#ifndef SUPERIO_SMSC_LPC47M10X_H
#define SUPERIO_SMSC_LPC47M10X_H
+#include <device/pnp_type.h>
+#include <stdint.h>
+
#define LPC47M10X2_FDC 0 /* Floppy */
#define LPC47M10X2_PP 3 /* Parallel Port */
#define LPC47M10X2_SP1 4 /* Com1 */
@@ -30,9 +33,9 @@
#define LPC47M10X2_MAX_CONFIG_REGISTER 0x5F
-#include <device/pnp_type.h>
-#include <stdint.h>
-
void lpc47m10x_enable_serial(pnp_devfn_t dev, u16 iobase);
+void pnp_enter_conf_state(pnp_devfn_t dev);
+void pnp_exit_conf_state(pnp_devfn_t dev);
+
#endif /* SUPERIO_SMSC_LPC47M10X_H */