summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/gpio.h
blob: b3c1efe739e04a5eebbb17e04a46d88dd61ed944 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _ARCH_ARM_GPIO_H
#define _ARCH_ARM_GPIO_H

#ifndef CONFIG_GPIOLIB
#include <mach/gpio.h>
#else
#include <asm-generic/gpio.h>
#endif

#endif /* _ARCH_ARM_GPIO_H */