aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8772f/it8772f.h
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2019-10-07 18:47:29 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-10-08 18:09:39 +0000
commit6c244bd4dd2b72690e74e2f721efe9cba6c8f26f (patch)
tree02cb4ea2f8a66f0c4c4613a38cf2339f380e6c8a /src/superio/ite/it8772f/it8772f.h
parent08abfa3814e65fd79ae0f9a90a341a57abe4b608 (diff)
superio/it8772f: use pnp_ops.h for pnp register access
Change-Id: I983249fb54b6fbccc4339c955cb5041848b21cf8 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35860 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/superio/ite/it8772f/it8772f.h')
-rw-r--r--src/superio/ite/it8772f/it8772f.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/ite/it8772f/it8772f.h b/src/superio/ite/it8772f/it8772f.h
index 14d76acc77..8e8836def0 100644
--- a/src/superio/ite/it8772f/it8772f.h
+++ b/src/superio/ite/it8772f/it8772f.h
@@ -129,8 +129,6 @@ enum thermal_mode {
#include <device/pnp_type.h>
#include <stdint.h>
-u8 it8772f_sio_read(pnp_devfn_t dev, u8 reg);
-void it8772f_sio_write(pnp_devfn_t dev, u8 reg, u8 value);
void it8772f_ac_resume_southbridge(pnp_devfn_t dev);
void it8772f_gpio_setup(pnp_devfn_t dev, int set, u8 select, u8 polarity,
u8 pullup, u8 output, u8 enable);