-
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: 38483 b: refs/heads/master c: 23b8acb h: refs/heads/master i: 38481: e72c759 38479: 9f4543c v: v3
- Loading branch information
Michael Ellerman
authored and
Paul Mackerras
committed
Oct 4, 2006
1 parent
6ebf3c0
commit b3b79c4
Showing
3 changed files
with
15 additions
and
13 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: 14b1ffb577a8678e228683bd015302cfe964040c | ||
refs/heads/master: 23b8acb1cf49fea74a9d431de258787384951eac |
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 |
---|---|---|
@@ -1,12 +1,18 @@ | ||
#ifndef __PPC_XMON_H | ||
#define __PPC_XMON_H | ||
#ifdef __KERNEL__ | ||
#ifndef __ASM_POWERPC_XMON_H | ||
#define __ASM_POWERPC_XMON_H | ||
|
||
/* | ||
* Copyrignt (C) 2006 IBM Corp | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
* as published by the Free Software Foundation; either version | ||
* 2 of the License, or (at your option) any later version. | ||
*/ | ||
|
||
struct pt_regs; | ||
#ifdef __KERNEL__ | ||
|
||
extern int xmon(struct pt_regs *excp); | ||
extern void xmon_printf(const char *fmt, ...); | ||
extern void xmon_init(int); | ||
|
||
#endif | ||
#endif | ||
#endif /* __KERNEL __ */ | ||
#endif /* __ASM_POWERPC_XMON_H */ |