hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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);