shithub: riscv

ref: 91a701747cb295a2b0339a332fb9a2f9e97b23c8
dir: /sys/include/rdbg.h/

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