summaryrefslogtreecommitdiffstats
path: root/include/linux/reset/socfpga.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/reset/socfpga.h')
-rw-r--r--include/linux/reset/socfpga.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/reset/socfpga.h b/include/linux/reset/socfpga.h
new file mode 100644
index 0000000000000..b11a2047c3427
--- /dev/null
+++ b/include/linux/reset/socfpga.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __LINUX_RESET_SOCFPGA_H__
+#define __LINUX_RESET_SOCFPGA_H__
+
+void __init socfpga_reset_init(void);
+
+#endif /* __LINUX_RESET_SOCFPGA_H__ */