-
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: 107619 b: refs/heads/master c: d8eb2fa h: refs/heads/master i: 107617: 9fd3250 107615: 2ce383d v: v3
- Loading branch information
Takashi Yoshii
authored and
Paul Mundt
committed
Aug 4, 2008
1 parent
0623012
commit 1cf8a1b
Showing
2 changed files
with
11 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: 42ced5561a3f49ba0ef09e94ccc016841fc94aa7 | ||
refs/heads/master: d8eb2fab18b856fcaebe2619e8eaaa152baebc66 |
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,10 @@ | ||
#ifndef __ASM_SH_CPU_SH2A_ADDRSPACE_H | ||
#define __ASM_SH_CPU_SH2A_ADDRSPACE_H | ||
|
||
#define P0SEG 0x00000000 | ||
#define P1SEG 0x00000000 | ||
#define P2SEG 0x20000000 | ||
#define P3SEG 0x40000000 | ||
#define P4SEG 0x60000000 | ||
|
||
#endif /* __ASM_SH_CPU_SH2A_ADDRSPACE_H */ |