Newer
Older
barebox / arch / arm / mach-imx / include / mach / gpio.h
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 22 Oct 2009 262 bytes [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
#ifndef __ASM_ARCH_GPIO_H
#define __ASM_ARCH_GPIO_H

void imx_gpio_mode(int gpio_mode);
void gpio_set_value(unsigned gpio, int value);
int gpio_direction_output(unsigned gpio, int value);
int gpio_direction_input(unsigned gpio);

#endif /* __ASM_ARCH_GPIO_H */