aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-11 09:46:10 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-11 10:00:00 +1000
commit60a3d741780a883f4ce10c0fab99e8542ec65e04 (patch)
tree5c15375d6863c985fc70abe9be8a6f9279376ef6 /include/asm-ppc
parentpowerpc: Remove 83xx from arch/powerpc/platforms/Makefile for now (diff)
downloadlinux-dev-60a3d741780a883f4ce10c0fab99e8542ec65e04.tar.xz
linux-dev-60a3d741780a883f4ce10c0fab99e8542ec65e04.zip
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-ppc')
-rw-r--r--include/asm-ppc/xmon.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-ppc/xmon.h b/include/asm-ppc/xmon.h
deleted file mode 100644
index 042b83e6680d..000000000000
--- a/include/asm-ppc/xmon.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#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_map_scc(void);
-extern int xmon_bpt(struct pt_regs *regs);
-extern int xmon_sstep(struct pt_regs *regs);
-extern int xmon_iabr_match(struct pt_regs *regs);
-extern int xmon_dabr_match(struct pt_regs *regs);
-extern void (*xmon_fault_handler)(struct pt_regs *regs);
-
-#endif
-#endif