|
|
| File: [Development] / linux-2.6-xfs / include / asm-powerpc / Attic / xmon.h (download)
Revision 1.1, Mon Dec 5 21:19:08 2005 UTC (11 years, 10 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.15-rc5. Merge of 2.6.x-xfs-melb:linux:24672a by kenmcd. |
#ifndef __PPC_XMON_H #define __PPC_XMON_H #ifdef __KERNEL__ struct pt_regs; extern int xmon(struct pt_regs *excp); extern void xmon_printf(const char *fmt, ...); extern void xmon_init(int); #endif #endif