mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			333 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			333 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __ASM_MIPS_MACH_BCM63XX_GPIO_H
 | |
| #define __ASM_MIPS_MACH_BCM63XX_GPIO_H
 | |
| 
 | |
| #include <bcm63xx_gpio.h>
 | |
| 
 | |
| #define gpio_to_irq(gpio)	NULL
 | |
| 
 | |
| #define gpio_get_value __gpio_get_value
 | |
| #define gpio_set_value __gpio_set_value
 | |
| 
 | |
| #define gpio_cansleep __gpio_cansleep
 | |
| 
 | |
| #include <asm-generic/gpio.h>
 | |
| 
 | |
| #endif /* __ASM_MIPS_MACH_BCM63XX_GPIO_H */
 |