shithub: riscv

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

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