shithub: riscv

ref: 10c71f2b5c0fa637fcc244ccd7cbca24bb904f8a
dir: /sys/include/rdbg.h/

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