shithub: riscv

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

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