shithub: riscv

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

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