shithub: riscv

ref: 9f8d62ab644553b11286dbcd283db56c83d6ebdd
dir: /sys/include/rdbg.h/

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