aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8728f/it8728f.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8728f/it8728f.h')
-rw-r--r--src/superio/ite/it8728f/it8728f.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/superio/ite/it8728f/it8728f.h b/src/superio/ite/it8728f/it8728f.h
index 55bdf697bc..8a7e8b2e71 100644
--- a/src/superio/ite/it8728f/it8728f.h
+++ b/src/superio/ite/it8728f/it8728f.h
@@ -39,16 +39,4 @@
#define IT8728F_CONFIG_REG_CLOCKSEL 0x23 /* Clock Selection. */
#define IT8728F_CONFIG_REG_SWSUSP 0x24 /* Software Suspend, Flash I/F. 'Special register' */
-/*
- * Superio low level commands
- * Pass dev = PNP_DEV(superiobase, LDN)
- */
-void it8728f_reg_write(device_t dev, u8 index, u8 value);
-
-/* Select 24MHz CLKIN (48MHz default). */
-void it8728f_24mhz_clkin(device_t dev);
-
-/* Enable the serial port(s). */
-void it8728f_enable_serial(device_t dev, u16 iobase);
-
#endif /* SUPERIO_ITE_IT8728F_H */