aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ixp4xx/include/mach/dma.h
blob: 65944f252664a008a32884a2d6bff39224affa14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * arch/arm/mach-ixp4xx/include/mach/dma.h
 *
 * Copyright (C) 2001-2004 MontaVista Software, Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 */
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H

#include <asm/memory.h>
#include <asm/sizes.h>

#define MAX_DMA_ADDRESS		(PAGE_OFFSET + SZ_64M)

#endif /* _ASM_ARCH_DMA_H */