shithub: riscv

ref: 94333d83ab5df8bd51b148a69a33aa6b335c6fc6
dir: /sys/include/rdbg.h/

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