summaryrefslogtreecommitdiff
path: root/chip/it83xx/intc.h
diff options
context:
space:
mode:
authorDossym Nurmukhanov <dossym@google.com>2020-12-12 02:46:43 +0000
committerCommit Bot <commit-bot@chromium.org>2020-12-12 20:15:38 +0000
commit52863374ad592b80b24def9689856ecda2d645d0 (patch)
tree40dd4839b515c0e404405f23168be339bd5aa0ba /chip/it83xx/intc.h
parentc03b3d8174231562369cd51f3fedf82e75655273 (diff)
downloadchrome-ec-52863374ad592b80b24def9689856ecda2d645d0.tar.gz
COIL: Standardize i2c peripheral language
BUG=none TEST=validate volteer build (i2c_peripheral.c is not used by any boards) BRANCH=none Signed-off-by: dossym@chromium.org Change-Id: Ib2d78dc3fc9f4f189f84409cf43ab96788c429be Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2587227 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'chip/it83xx/intc.h')
-rw-r--r--chip/it83xx/intc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/intc.h b/chip/it83xx/intc.h
index 97639c9a0e..c407e6e155 100644
--- a/chip/it83xx/intc.h
+++ b/chip/it83xx/intc.h
@@ -32,7 +32,7 @@ void voltage_comparator_interrupt(void);
#endif
void i2c_interrupt(int port);
#ifdef CONFIG_I2C_PERIPHERAL
-void i2c_slv_interrupt(int port);
+void i2c_periph_interrupt(int port);
#endif
void clock_sleep_mode_wakeup_isr(void);
int clock_ec_wake_from_sleep(void);