shithub: riscv

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

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