M7350/kernel/include/asm-generic/dma-contiguous.h

10 lines
199 B
C
Raw Normal View History

2024-09-09 08:57:42 +00:00
#ifndef _ASM_GENERIC_DMA_CONTIGUOUS_H
#define _ASM_GENERIC_DMA_CONTIGUOUS_H
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
#include <linux/types.h>
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
static inline void
dma_contiguous_early_fixup(phys_addr_t base, unsigned long size) { }
2024-09-09 08:52:07 +00:00
#endif