shithub: riscv

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

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