David Brownell | 4c20386 | 2007-02-12 00:53:11 -0800 | [diff] [blame] | 1 | #ifndef _ARCH_ARM_GPIO_H |
2 | #define _ARCH_ARM_GPIO_H | ||||
3 | |||||
4 | /* not all ARM platforms necessarily support this API ... */ | ||||
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 5 | #include <mach/gpio.h> |
David Brownell | 4c20386 | 2007-02-12 00:53:11 -0800 | [diff] [blame] | 6 | |
7 | #endif /* _ARCH_ARM_GPIO_H */ |