Path: blob/master/arch/arm/mach-exynos4/include/mach/io.h
10820 views
/* linux/arch/arm/mach-exynos4/include/mach/io.h1*2* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.3* http://www.samsung.com4*5* Copyright 2008-2010 Ben Dooks <[email protected]>6*7* Based on arch/arm/mach-s5p6442/include/mach/io.h8*9* Default IO routines for EXYNOS410*11* This program is free software; you can redistribute it and/or modify12* it under the terms of the GNU General Public License version 2 as13* published by the Free Software Foundation.14*/1516#ifndef __ASM_ARM_ARCH_IO_H17#define __ASM_ARM_ARCH_IO_H __FILE__1819/* No current ISA/PCI bus support. */20#define __io(a) __typesafe_io(a)21#define __mem_pci(a) (a)2223#define IO_SPACE_LIMIT (0xFFFFFFFF)2425#endif /* __ASM_ARM_ARCH_IO_H */262728