summaryrefslogtreecommitdiff
path: root/include/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i2c.h')
-rw-r--r--include/i2c.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/i2c.h b/include/i2c.h
index 4be5472a11..c3fab8a723 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -519,4 +519,11 @@ void i2c_end_xfer_notify(const int port,
void i2c_trace_notify(int port, uint16_t slave_addr_flags,
int direction, const uint8_t *data, size_t size);
+/*
+ * Interrupt handler of GPIO_MONITOR_I2CS_SDA.
+ * Its role is to detect any transaction start during INT_AP_L
+ * assertion and to deassert INT_AP_L.
+ */
+void i2cs_sda_isr(enum gpio_signal signal);
+
#endif /* __CROS_EC_I2C_H */