#ifndef __KERN_DEBUG_MONITOR_H__ #define __KERN_DEBUG_MONITOR_H__ #include void kmonitor(struct trapframe *tf); int mon_help(int argc, char **argv, struct trapframe *tf); int mon_kerninfo(int argc, char **argv, struct trapframe *tf); int mon_backtrace(int argc, char **argv, struct trapframe *tf); #endif /* !__KERN_DEBUG_MONITOR_H__ */