summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-04-01 22:34:41 +0200
committerArnd Bergmann <arnd@arndb.de>2021-04-01 22:34:41 +0200
commit6f35f62958ea395fa8cbd2a28f713ccac8d9b5bd (patch)
tree0c876ecd4a438be9b60cb1a4ace7502fcfa41459 /include
parent4f9c62d1f79c42674e8ba0c4592a438c21fcbf23 (diff)
parent41dbf4a146a06443d1cbf39e238f02fa1ca9d626 (diff)
downloadcachepc-linux-6f35f62958ea395fa8cbd2a28f713ccac8d9b5bd.tar.gz
cachepc-linux-6f35f62958ea395fa8cbd2a28f713ccac8d9b5bd.zip
Merge tag 'at91-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/soc
AT91 soc for 5.13: - Fixing a W=1 warning * tag 'at91-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: ARM: at91: pm: Move prototypes to mutually included header Link: https://lore.kernel.org/r/20210401174544.32193-1-nicolas.ferre@microchip.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include')
-rw-r--r--include/soc/at91/pm.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/soc/at91/pm.h b/include/soc/at91/pm.h
new file mode 100644
index 000000000000..7a41e53a3ffa
--- /dev/null
+++ b/include/soc/at91/pm.h
@@ -0,0 +1,16 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Atmel Power Management
+ *
+ * Copyright (C) 2020 Atmel
+ *
+ * Author: Lee Jones <lee.jones@linaro.org>
+ */
+
+#ifndef __SOC_ATMEL_PM_H
+#define __SOC_ATMEL_PM_H
+
+void at91_pinctrl_gpio_suspend(void);
+void at91_pinctrl_gpio_resume(void);
+
+#endif /* __SOC_ATMEL_PM_H */