blob: c7ba05ef6e6997cc0daca20375aca6f6bfb3c6ff [file] [log] [blame]
#ifndef ASMARM_DMA_CONTIGUOUS_H
#define ASMARM_DMA_CONTIGUOUS_H
#ifdef __KERNEL__
#include <linux/device.h>
#include <linux/dma-contiguous.h>
#include <asm-generic/dma-contiguous.h>
#ifdef CONFIG_CMA
void dma_contiguous_early_fixup(phys_addr_t base, unsigned long size);
#endif
#endif
#endif