Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
[linux-btrfs-devel.git] / arch / arm / mach-s5pv210 / include / mach / io.h
blob5ab9d560bc867d66bfcbc32cc1536ec572256dab
1 /* linux/arch/arm/mach-s5pv210/include/mach/io.h
3 * Copyright 2008-2010 Ben Dooks <ben-linux@fluff.org>
5 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com/
8 * Based on arch/arm/mach-s5p6442/include/mach/io.h
10 * Default IO routines for S5PV210
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2 as
14 * published by the Free Software Foundation.
17 #ifndef __ASM_ARM_ARCH_IO_H
18 #define __ASM_ARM_ARCH_IO_H __FILE__
20 /* No current ISA/PCI bus support. */
21 #define __io(a) __typesafe_io(a)
22 #define __mem_pci(a) (a)
24 #define IO_SPACE_LIMIT (0xFFFFFFFF)
26 #endif /* __ASM_ARM_ARCH_IO_H */