Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123806
b: refs/heads/master
c: 2cd493f
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed Dec 15, 2008
1 parent ecb9760 commit ed7b343
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 112f4a708d7bb84298d1b34c734f90d027e7ec01
refs/heads/master: 2cd493fc10a5ad628dce8471ae72cf0882506735
18 changes: 18 additions & 0 deletions trunk/arch/arm/plat-s3c/include/mach/io.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* arch/arm/plat-s3c/include/mach/io.h
*
* Copyright 2008 Simtec Electronics
* Ben Dooks <ben-linux@fluff.org>
*
* Default IO routines for plat-s3c based systems, such as 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)

#define IO_SPACE_LIMIT (0xFFFFFFFF)

#endif

0 comments on commit ed7b343

Please sign in to comment.