summaryrefslogtreecommitdiffstats
path: root/include/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/mfd')
-rw-r--r--include/mfd/pfuze.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mfd/pfuze.h b/include/mfd/pfuze.h
new file mode 100644
index 0000000000..6045ceec0a
--- /dev/null
+++ b/include/mfd/pfuze.h
@@ -0,0 +1,6 @@
+#ifndef __INCLUDE_PFUZE_H
+#define __INCLUDE_PFUZE_H
+
+int pfuze_register_init_callback(void(*callback)(struct regmap *map));
+
+#endif /* __INCLUDE_PFUZE_H */