forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
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);