]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-powerpc/xmon.h
[PATCH] ppc: fix a bunch of warnings
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / xmon.h
1 #ifndef __PPC_XMON_H
2 #define __PPC_XMON_H
3 #ifdef __KERNEL__
4
5 struct pt_regs;
6
7 extern int xmon(struct pt_regs *excp);
8 extern void xmon_printf(const char *fmt, ...);
9 extern void xmon_init(int);
10 extern void xmon_map_scc(void);
11
12 #endif
13 #endif