aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c24a0/include/mach/io.h
blob: c163364773b36bc2a45ee4b4c63f0c492b07a40f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* arch/arm/mach-s3c24a0/include/mach/io.h
 *
 * Copyright 2008 Simtec Electronics
 *	Ben Dooks <ben-linux@fluff.org>
 *
 * IO access and mapping routines for the S3C24A0
 */

#ifndef __ASM_ARM_ARCH_IO_H
#define __ASM_ARM_ARCH_IO_H

/* No current ISA/PCI bus support. */
#define __io(a)		((void __iomem *)(a))
#define __mem_pci(a)	(a)

#endif