ARM: at91: pm: Move prototypes to mutually included header
[sfrench/cifs-2.6.git] / include / soc / at91 / pm.h
diff --git a/include/soc/at91/pm.h b/include/soc/at91/pm.h
new file mode 100644 (file)
index 0000000..7a41e53
--- /dev/null
@@ -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 */