shithub: riscv

ref: 00161ca7fcd1422bfede7b50776fbf2f871e67c9
dir: /sys/include/rdbg.h/

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