summaryrefslogtreecommitdiff
path: root/zephyr/projects/delbin/include/gpio_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/delbin/include/gpio_map.h')
-rw-r--r--zephyr/projects/delbin/include/gpio_map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zephyr/projects/delbin/include/gpio_map.h b/zephyr/projects/delbin/include/gpio_map.h
index 528a9e5713..cc38970187 100644
--- a/zephyr/projects/delbin/include/gpio_map.h
+++ b/zephyr/projects/delbin/include/gpio_map.h
@@ -35,6 +35,7 @@
GPIO_INT(GPIO_AC_PRESENT, GPIO_INT_EDGE_BOTH, extpower_interrupt) \
GPIO_INT(GPIO_LID_OPEN, GPIO_INT_EDGE_BOTH, lid_interrupt) \
GPIO_INT(GPIO_POWER_BUTTON_L, GPIO_INT_EDGE_BOTH, \
- power_button_interrupt)
+ power_button_interrupt) \
+ GPIO_INT(GPIO_WP_L, GPIO_INT_EDGE_BOTH, switch_interrupt)
#endif /* __ZEPHYR_GPIO_MAP_H */