Current Path : /usr/src/kernels/4.18.0-553.52.1.el8_10.x86_64/include/asm-generic/ |
Current File : //usr/src/kernels/4.18.0-553.52.1.el8_10.x86_64/include/asm-generic/dma-contiguous.h |
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_GENERIC_DMA_CONTIGUOUS_H #define _ASM_GENERIC_DMA_CONTIGUOUS_H #include <linux/types.h> static inline void dma_contiguous_early_fixup(phys_addr_t base, unsigned long size) { } #endif