Newer
Older
barebox / arch / arm / include / asm / gpio.h
#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 */