Blackfin: bf538: pull gpio/port logic out of core hibernate paths
[deliverable/linux.git] / arch / blackfin / include / asm / gpio.h
index d06162029c694089a9ebdc8180e8b631c51cb08b..5a25856381fff3257fbeba2e52aa85a0e4e21b1a 100644 (file)
@@ -119,6 +119,10 @@ struct gpio_port_t {
 #ifdef BFIN_SPECIAL_GPIO_BANKS
 void bfin_special_gpio_free(unsigned gpio);
 int bfin_special_gpio_request(unsigned gpio, const char *label);
+# ifdef CONFIG_PM
+void bfin_special_gpio_pm_hibernate_restore(void);
+void bfin_special_gpio_pm_hibernate_suspend(void);
+# endif
 #endif
 
 #ifdef CONFIG_PM
This page took 0.029326 seconds and 5 git commands to generate.