gpio.h 172 B

12345678910
  1. #ifndef _ALCHEMY_GPIO_H_
  2. #define _ALCHEMY_GPIO_H_
  3. #if defined(CONFIG_ALCHEMY_GPIO_AU1000)
  4. #include <asm/mach-au1x00/gpio-au1000.h>
  5. #endif
  6. #endif /* _ALCHEMY_GPIO_H_ */