shithub: riscv

ref: cdc0b89d816aab6322e04f715019a7f8da2f2b75
dir: /sys/include/rdbg.h/

View raw version
/* Remote kernel debug protocol */
enum
{
	Terr='0',
	Rerr,
	Tmget,
	Rmget,
	Tmput,
	Rmput,
};