mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
powerpc: Merged asm/xmon.h
Xmon itself isn't merged yet, though. Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
8d66912c3d
commit
60a3d74178
12
include/asm-powerpc/xmon.h
Normal file
12
include/asm-powerpc/xmon.h
Normal file
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user