shithub: riscv

ref: 59ba35a327d9b5a2f08bc877cb18bf6c6f942b8c
dir: /sys/include/rdbg.h/

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