Files
Espresso/include/kernel/ksh_debug.h

8 lines
125 B
C
Raw Normal View History

2025-10-20 21:57:30 -05:00
#ifndef _KERNEL_SHELL_DEBUGGER_H
#define _KERNEL_SHELL_DEBUGGER_H
void print_all_regs(void);
void print_gprs(void);
#endif