shithub: riscv

ref: 711b69c0473d5dc962c7938c1cbbbf6c74cfba4d
dir: /sys/include/rdbg.h/

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