shithub: riscv

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

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