shithub: riscv

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

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