xref: /linux/net/core/page_pool_priv.h (revision f17c69649c698e4df3cfe0010b7bbf142dec3e40)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef __PAGE_POOL_PRIV_H
4 #define __PAGE_POOL_PRIV_H
5 
6 int page_pool_list(struct page_pool *pool);
7 void page_pool_unlist(struct page_pool *pool);
8 
9 #endif
10