shithub: riscv

ref: 6fe180657f3a7a17801cb9aa36c8fe9abda34ac7
dir: /sys/include/rdbg.h/

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