diff options
Diffstat (limited to 'include/linux/via-gpio.h')
| -rw-r--r-- | include/linux/via-gpio.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/via-gpio.h b/include/linux/via-gpio.h new file mode 100644 index 000000000000..8281aea3dd6d --- /dev/null +++ b/include/linux/via-gpio.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | /* | ||
| 2 | * Support for viafb GPIO ports. | ||
| 3 | * | ||
| 4 | * Copyright 2009 Jonathan Corbet <corbet@lwn.net> | ||
| 5 | * Distributable under version 2 of the GNU General Public License. | ||
| 6 | */ | ||
| 7 | |||
| 8 | #ifndef __VIA_GPIO_H__ | ||
| 9 | #define __VIA_GPIO_H__ | ||
| 10 | |||
| 11 | extern int viafb_gpio_lookup(const char *name); | ||
| 12 | extern int viafb_gpio_init(void); | ||
| 13 | extern void viafb_gpio_exit(void); | ||
| 14 | #endif | ||
