summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNikita Shubin <[email protected]>2021-11-10 12:42:26 +0300
committerAnup Patel <[email protected]>2021-11-12 10:16:23 +0530
commit1d462e039782e49d2a96a776e50b7478d87b228d (patch)
treef63f3209c7e46941f76d1897bf71614b31638099 /include
parent94eba23376b5324f012e8e035a341d6d2d625b27 (diff)
lib: utils/reset: separate driver init func
Move driver init code to separate function, so it can be reused elsewhere. Tested-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Alexandre Ghiti <[email protected]> Tested-by: Alexandre Ghiti <[email protected]> Signed-off-by: Nikita Shubin <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/sbi_utils/reset/fdt_reset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sbi_utils/reset/fdt_reset.h b/include/sbi_utils/reset/fdt_reset.h
index 46167b99..e7f73507 100644
--- a/include/sbi_utils/reset/fdt_reset.h
+++ b/include/sbi_utils/reset/fdt_reset.h
@@ -18,6 +18,11 @@ struct fdt_reset {
};
/**
+ * fdt_reset_driver_init() - initialize reset driver based on the device-tree
+ */
+int fdt_reset_driver_init(void *fdt, struct fdt_reset *drv);
+
+/**
* fdt_reset_init() - initialize reset drivers based on the device-tree
*
* This function shall be invoked in final init.