-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 112f4a708d7bb84298d1b34c734f90d027e7ec01 | ||
refs/heads/master: 2cd493fc10a5ad628dce8471ae72cf0882506735 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |