shithub: riscv

ref: 3bb7ad61aa05fca94fe508914ad5bbf4cf3a86f6
dir: /sys/include/rdbg.h/

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