9
0
Fork 0
barebox/arch/arm/include/asm/gpio.h

11 lines
171 B
C

#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 */