summaryrefslogtreecommitdiff
path: root/include/linux/gpio-pxa.h
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-04-27 09:31:02 -0700
committerOlof Johansson <olof@lixom.net>2012-04-27 09:31:02 -0700
commitdadb3660a3ad162ac6e76be7262c72f48177f1aa (patch)
tree9298fc01b98d5f56afb1494ddedddcc753f2e2b4 /include/linux/gpio-pxa.h
parentb7b617c527224acd862274fc58ff16dd34ab6466 (diff)
parentef7c7c693b4b05a293678fd40ed1511bc94d6f61 (diff)
Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixes
* 'fixes' of git://github.com/hzhuang1/linux: ARM: PXA2xx: MFP: fix potential direction bug ARM: PXA2xx: MFP: fix bug with MFP_LPM_KEEP_OUTPUT arm/sa1100: fix sa1100-rtc memory resource ARM: pxa: fix gpio wakeup setting
Diffstat (limited to 'include/linux/gpio-pxa.h')
-rw-r--r--include/linux/gpio-pxa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/gpio-pxa.h b/include/linux/gpio-pxa.h
index 05071ee34c3f..d755b28ba635 100644
--- a/include/linux/gpio-pxa.h
+++ b/include/linux/gpio-pxa.h
@@ -13,4 +13,8 @@ extern int pxa_last_gpio;
extern int pxa_irq_to_gpio(int irq);
+struct pxa_gpio_platform_data {
+ int (*gpio_set_wake)(unsigned int gpio, unsigned int on);
+};
+
#endif /* __GPIO_PXA_H */