summaryrefslogtreecommitdiff
path: root/src/superio/smsc/ece5048/ece5048.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/ece5048/ece5048.h')
-rw-r--r--src/superio/smsc/ece5048/ece5048.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/superio/smsc/ece5048/ece5048.h b/src/superio/smsc/ece5048/ece5048.h
new file mode 100644
index 0000000000..cff612221b
--- /dev/null
+++ b/src/superio/smsc/ece5048/ece5048.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __SUPERIO_ECE5048_ECE5048_H__
+#define __SUPERIO_ECE5048_ECE5048_H__
+
+#include <device/pnp_type.h>
+#include <stdint.h>
+
+void ece5048_early_init(u16 port);
+void ece5048_enable_serial(pnp_devfn_t dev, u16 iobase);
+
+#endif