summaryrefslogtreecommitdiffstats
path: root/linux/include/soc/fsl/bman.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-12 13:22:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-23 14:55:21 +0100
commita7d252c645c59e877fe468e4c3e33dde47381d7c (patch)
tree29b3324538fdf70ad00f19e03c80fda2b76808cb /linux/include/soc/fsl/bman.h
parentdpaa: Use device tree throughout in BMan init (diff)
downloadrtems-libbsd-a7d252c645c59e877fe468e4c3e33dde47381d7c.tar.bz2
dpaa: Add and use bman_new_pool_for_bpid()
Update #3277.
Diffstat (limited to 'linux/include/soc/fsl/bman.h')
-rw-r--r--linux/include/soc/fsl/bman.h3
1 files changed, 3 insertions, 0 deletions
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