Go to the documentation of this file.
11 #ifndef __PMC_MSP71XX_GPIO_H
12 #define __PMC_MSP71XX_GPIO_H
15 #define ARCH_NR_GPIOS (28 + (3 * 8))
20 #define gpio_get_value __gpio_get_value
21 #define gpio_set_value __gpio_set_value
22 #define gpio_cansleep __gpio_cansleep
30 static inline int gpio_set_output_drive(
unsigned gpio,
int value)