From ec116158ad82e0d50d1377507658f7ab5c7b2954 Mon Sep 17 00:00:00 2001 From: Thierry Carre Date: Mon, 14 Apr 2008 19:40:41 +0200 Subject: One file forget to compile with GPIO flag --- include/gpio_event.h | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/include/gpio_event.h b/include/gpio_event.h index 5ab7d6bc2e..58162dcefb 100644 --- a/include/gpio_event.h +++ b/include/gpio_event.h @@ -15,7 +15,18 @@ extern int gpio_write(int no, int value); enum gpio_event_t { - GPIO_EVENT_TIME_MES_RS, + + // BACKOFF GPIOs + GPIO_BP_STATE_BIT0, + GPIO_BP_STATE_BIT1, + GPIO_BP_RANDOM_ALLOWED, + + // Carrier Sense + GPIO_CS_INPUT_PHY, + GPIO_CS_INPUT_NAV, + GPIO_CS_INPUT_POLL, + GPIO_CS_OUTPUT, + /*------- ETH events -------*/ GPIO_EVENT_APE110_RX_OVERRUN, GPIO_EVENT_APE110_RX_POLL, @@ -121,13 +132,9 @@ enum gpio_event_t { GPIO_EVENT_CCO_STOP, GPIO_EVENT_TOKEN_START, GPIO_EVENT_TOKEN_STOP, - GPIO_STATE_BIT0_BACKOFF, - GPIO_STATE_BIT1_BACKOFF, - GPIO_STATE_BIT0_CS_STATE, - GPIO_STATE_BIT1_CS_STATE, - GPIO_STATE_BIT2_CS_STATE, - GPIO_BACKOFF_ALLOWED, + GPIO_EVENT_TIME_MES_RS, GPIO_PCF_STATEMATE, + GPIO_DEBUG, // Free GPIO_EVENT_MAX }; -- cgit v1.2.3