-
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: 42579 b: refs/heads/master c: 710ee0c h: refs/heads/master i: 42577: 4ab2ce9 42575: 9a7b295 v: v3
- Loading branch information
Paul Mundt
committed
Dec 6, 2006
1 parent
454b272
commit aa52f9b
Showing
10 changed files
with
55 additions
and
154 deletions.
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: f36af3fd377081d3ac2ff6b63a60f8db8b3bf531 | ||
refs/heads/master: 710ee0cc45d095f7697821b330a3f8280205c2be |
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
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
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
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
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
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
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,6 @@ | ||
#ifndef __ASM_CPU_SH2_TIMER_H | ||
#define __ASM_CPU_SH2_TIMER_H | ||
|
||
/* Nothing needed yet */ | ||
|
||
#endif /* __ASM_CPU_SH2_TIMER_H */ |
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,13 @@ | ||
#ifndef __ASM_SH_SE7206_H | ||
#define __ASM_SH_SE7206_H | ||
|
||
#define PA_SMSC 0x30000000 | ||
#define PA_MRSHPC 0x34000000 | ||
#define PA_LED 0x31400000 | ||
|
||
void init_se7206_IRQ(void); | ||
|
||
#define __IO_PREFIX se7206 | ||
#include <asm/io_generic.h> | ||
|
||
#endif /* __ASM_SH_SE7206_H */ |
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