ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / arch-adifcc / io.h
1 /*
2  * linux/include/asm-arm/arch-adifcc/io.h
3  *
4  * Author: Deepak Saxena <dsaxena@mvista.com>
5  *
6  * Copyright (C) 2001  MontaVista Software, Inc.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  */
12
13 #ifndef __ASM_ARM_ARCH_IO_H
14 #define __ASM_ARM_ARCH_IO_H
15
16 #define IO_SPACE_LIMIT 0xffffffff
17
18 #define __io(a)                 (PCIO_BASE + (a))
19 #define __mem_pci(a)            ((unsigned long)(a))
20 #define __mem_isa(a)            ((unsigned long)(a))
21
22 #endif