shithub: riscv

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

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