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()) {
19 #define GPIO_DIR_OUT 0x0
20 #define GPIO_DIR_IN 0x1
22 #endif /* !BCM63XX_GPIO_H */
This page took 0.057604 seconds and 5 git commands to generate.