From a7d252c645c59e877fe468e4c3e33dde47381d7c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 12 Jan 2018 13:22:10 +0100 Subject: dpaa: Add and use bman_new_pool_for_bpid() Update #3277. --- linux/include/soc/fsl/bman.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux/include/soc/fsl') diff --git a/linux/include/soc/fsl/bman.h b/linux/include/soc/fsl/bman.h index eaaf56df..8cc22082 100644 --- a/linux/include/soc/fsl/bman.h +++ b/linux/include/soc/fsl/bman.h @@ -86,6 +86,9 @@ struct bman_pool; * Creates a pool object, and returns a reference to it or NULL on error. */ struct bman_pool *bman_new_pool(void); +#ifdef __rtems__ +struct bman_pool *bman_new_pool_for_bpid(u8 bpid); +#endif /* __rtems__ */ /** * bman_free_pool - Deallocates a Buffer Pool object -- cgit v1.2.3