#ifndef _KERNEL_SHELL_DEBUGGER_H #define _KERNEL_SHELL_DEBUGGER_H void print_all_regs(void); void print_gprs(void); #endif