diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-11 09:46:10 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-11 10:00:00 +1000 |
commit | 60a3d741780a883f4ce10c0fab99e8542ec65e04 (patch) | |
tree | 5c15375d6863c985fc70abe9be8a6f9279376ef6 /include/asm-powerpc/xmon.h | |
parent | 8d66912c3d12df45a59d4e2a66b5ae622e3524b7 (diff) |
powerpc: Merged asm/xmon.h
Xmon itself isn't merged yet, though.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/xmon.h')
-rw-r--r-- | include/asm-powerpc/xmon.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-powerpc/xmon.h b/include/asm-powerpc/xmon.h new file mode 100644 index 000000000000..ca5f33277e0c --- /dev/null +++ b/include/asm-powerpc/xmon.h @@ -0,0 +1,12 @@ +#ifndef __PPC_XMON_H +#define __PPC_XMON_H +#ifdef __KERNEL__ + +struct pt_regs; + +extern void xmon(struct pt_regs *excp); +extern void xmon_printf(const char *fmt, ...); +extern void xmon_init(int); + +#endif +#endif |