forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/soc/fsl/qbman/bman_priv.h
....@@ -76,3 +76,8 @@
7676
7777 const struct bm_portal_config *
7878 bman_get_bm_portal_config(const struct bman_portal *portal);
79
+
80
+int bman_requires_cleanup(void);
81
+void bman_done_cleanup(void);
82
+
83
+int bm_shutdown_pool(u32 bpid);