Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck...
[pandora-kernel.git] / arch / arm / mach-prima2 / include / mach / gpio.h
1 #ifndef __MACH_GPIO_H
2 #define __MACH_GPIO_H
3
4 /* Pull up/down values */
5 enum sirfsoc_gpio_pull {
6         SIRFSOC_GPIO_PULL_NONE,
7         SIRFSOC_GPIO_PULL_UP,
8         SIRFSOC_GPIO_PULL_DOWN,
9 };
10
11 void sirfsoc_gpio_set_pull(unsigned gpio, unsigned mode);
12
13 #endif