kernel/drivers/soc/fsl/qbman/bman_priv.h
.. .. @@ -76,3 +76,8 @@ 76 76 77 77 const struct bm_portal_config * 78 78 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);