Files
Espresso/include/kernel/ksh_debug.h
2025-10-20 21:57:30 -05:00

8 lines
125 B
C

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