/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NETMEM_PRIV_H #define __NETMEM_PRIV_H static inline unsigned long netmem_get_pp_magic(netmem_ref netmem) { … } static inline void netmem_or_pp_magic(netmem_ref netmem, unsigned long pp_magic) { … } static inline void netmem_clear_pp_magic(netmem_ref netmem) { … } static inline void netmem_set_pp(netmem_ref netmem, struct page_pool *pool) { … } static inline void netmem_set_dma_addr(netmem_ref netmem, unsigned long dma_addr) { … } #endif