shithub: riscv

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

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