shithub: riscv

ref: 677dd90b029cc7e11020af220bbcdd2f6028db45
dir: /sys/include/rdbg.h/

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