shithub: riscv

ref: 7cf8369411a3b9348f862bccaa4147b9aaf38e67
dir: /sys/include/rdbg.h/

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