shithub: riscv

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

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