4 #include <linux/init.h>
6 int __init
bcm63xx_gpio_init(void);
8 static inline unsigned long bcm63xx_gpio_count(void)
10 switch (bcm63xx_get_cpu_id()) {
23 #define GPIO_DIR_OUT 0x0
24 #define GPIO_DIR_IN 0x1
26 #endif /* !BCM63XX_GPIO_H */
This page took 0.053543 seconds and 5 git commands to generate.