shithub: riscv

ref: 70cc0a7b44ad70929a00565b03327296d2e64c52
dir: /sys/include/rdbg.h/

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