/*
 * linux/include/asm-armnommu/arch-s3c44b0x/dma.h
 */

#include <linux/config.h>
#include <asm/hardware.h>
#include <linux/wait.h>

#ifndef __ASM_S3C44B0X_ARCH_DMA_H
#define __ASM_S3C44B0X_ARCH_DMA_H

// TODO: include dma support

#define MAX_DMA_ADDRESS		0x0D000000

#define MAX_DMA_CHANNELS	0
#define MAX_DMA_TRANSFER_SIZE   0x100000 

#endif /* _ASM_S3C44B0X_ARCH_DMA_H */

