-
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: 81387 b: refs/heads/master c: 49b5154 h: refs/heads/master i: 81385: 88300f3 81383: 99fba3e v: v3
- Loading branch information
Jochen Friedrich
authored and
Kumar Gala
committed
Jan 28, 2008
1 parent
48e876e
commit 96fe478
Showing
10 changed files
with
29 additions
and
21 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: 9e8f38b0388144c0a400499abd0f8370abc88ced | ||
refs/heads/master: 49b51545ff33734ac1c7e0a28c16ca1f49e51b8a |
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,21 @@ | ||
/* | ||
* Prototypes, etc. for the Freescale MPC8xx embedded cpu chips | ||
* May need to be cleaned as the port goes on ... | ||
* | ||
* Copyright (C) 2008 Jochen Friedrich <jochen@scram.de> | ||
* | ||
* This file is licensed under the terms of the GNU General Public License | ||
* version 2. This program is licensed "as is" without any warranty of any | ||
* kind, whether express or implied. | ||
*/ | ||
#ifndef __MPC8xx_H | ||
#define __MPC8xx_H | ||
|
||
extern void mpc8xx_restart(char *cmd); | ||
extern void mpc8xx_calibrate_decr(void); | ||
extern int mpc8xx_set_rtc_time(struct rtc_time *tm); | ||
extern void mpc8xx_get_rtc_time(struct rtc_time *tm); | ||
extern void mpc8xx_pics_init(void); | ||
extern unsigned int mpc8xx_get_irq(void); | ||
|
||
#endif /* __MPC8xx_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
This file was deleted.
Oops, something went wrong.
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