shithub: riscv

ref: 1da5285c1ef5150205f85a56e8fa5fdc2bb48444
dir: /sys/include/rdbg.h/

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