summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoachim Naulet2008-04-29 17:46:28 +0200
committerJoachim Naulet2008-04-29 17:46:28 +0200
commitf5744f1ab515e794fbc933abbbe136793e36fdc8 (patch)
treefaace935673bfa234c617e6f9f9a062fea2bf7f3 /include
parentd6cd14eebb92a82f794ce4444a7eaadfc2c6e81e (diff)
Lots of debug & gpios added
Diffstat (limited to 'include')
-rw-r--r--include/gpio_event.h21
1 files changed, 18 insertions, 3 deletions
diff --git a/include/gpio_event.h b/include/gpio_event.h
index 038150e1c9..70d55ffea7 100644
--- a/include/gpio_event.h
+++ b/include/gpio_event.h
@@ -127,9 +127,24 @@ enum gpio_event_t {
GPIO_STATE_BIT2_CS_STATE,
GPIO_BACKOFF_ALLOWED,
GPIO_PCF_STATEMATE,
- GPIO_EVENT_TIME_SCHED, /* tmp */
- GPIO_EVENT_RX_FRAME_ALLOC, /* tmp */
- GPIO_EVENT_RX_FRAME_FREE, /* tmp */
+
+ /* tmp */
+ GPIO_EVENT_TIME_SCHED,
+ GPIO_EVENT_RX_FRAME_ALLOC,
+ GPIO_EVENT_RX_FRAME_FREE,
+ GPIO_EVENT_RX_DATA,
+ GPIO_EVENT_RX_BUF_UNDERRUN,
+
+ GPIO_EVENT_RX_MANAGEMENT,
+ GPIO_EVENT_CE_SIGNAL,
+ GPIO_EVENT_ND_SIGNAL,
+ GPIO_EVENT_RX_MGT_DROP,
+
+ GPIO_EVENT_CE_ACTIVITY,
+ GPIO_EVENT_CE_FREE,
+ GPIO_EVENT_ND_ACTIVITY,
+ GPIO_EVENT_ND_FREE,
+
GPIO_EVENT_MAX
};