summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJean-Philippe Save2008-02-06 11:34:30 +0100
committerJean-Philippe Save2008-02-06 11:34:30 +0100
commitdd62340149ff9af6842ec8411a785906b6f85338 (patch)
treea15e307d5625d7e3d7a6b2540aa131e599097c8b /include
parent4141f425aaab408b9240d7e5f0140369ce11b74a (diff)
Added GPIO management for LISA platform
Diffstat (limited to 'include')
-rw-r--r--include/gpio_event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpio_event.h b/include/gpio_event.h
index 8be241f301..82a927fa17 100644
--- a/include/gpio_event.h
+++ b/include/gpio_event.h
@@ -1,7 +1,8 @@
#ifndef _GPIO_EVENT_H_
#define _GPIO_EVENT_H_
-/* MAX GPIO is 31, so 15 signals ! */
+/* On TINA C MAX GPIO is 31, so 15 signals ! */
+/* On LISA MAX GPIO is 8 */
#ifdef CONFIG_PLC_DEBUG_GPIO
#define GPIO_WRITE(no, value) gpio_map_write(no, value);