Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 1 | #ifndef _ALCHEMY_GPIO_H_ |
| 2 | #define _ALCHEMY_GPIO_H_ |
Florian Fainelli | 4ead168 | 2007-05-22 21:44:42 +0200 | [diff] [blame] | 3 | |
Manuel Lauss | 5d400f5 | 2009-11-23 20:40:01 +0100 | [diff] [blame] | 4 | #if defined(CONFIG_ALCHEMY_GPIOINT_AU1000) |
Florian Fainelli | 4ead168 | 2007-05-22 21:44:42 +0200 | [diff] [blame] | 5 | |
Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 6 | #include <asm/mach-au1x00/gpio-au1000.h> |
Florian Fainelli | 4ead168 | 2007-05-22 21:44:42 +0200 | [diff] [blame] | 7 | |
Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 8 | #endif |
Florian Fainelli | 4ead168 | 2007-05-22 21:44:42 +0200 | [diff] [blame] | 9 | |
Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 10 | #endif /* _ALCHEMY_GPIO_H_ */ |