summaryrefslogtreecommitdiff
path: root/board/snoball/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/snoball/gpio.inc')
-rw-r--r--board/snoball/gpio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/snoball/gpio.inc b/board/snoball/gpio.inc
index c2512e3d9d..d9c925a336 100644
--- a/board/snoball/gpio.inc
+++ b/board/snoball/gpio.inc
@@ -5,6 +5,9 @@
* found in the LICENSE file.
*/
+/* Declare symbolic names for all the GPIOs that we care about.
+ * Note: Those with interrupt handlers must be declared first. */
+
/* TCPC alert / interrupt inputs */
GPIO_INT(TCPC1_INT, PIN(A, 11), GPIO_INT_FALLING, tcpc_alert_event)
GPIO_INT(TCPC2_INT, PIN(A, 12), GPIO_INT_FALLING, tcpc_alert_event)