shithub: riscv

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

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