shithub: riscv

ref: 82c08a8a4469c4b4ba515d74addc7aac747a17d9
dir: /sys/include/rdbg.h/

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