shithub: riscv

ref: 0741147eabb9c915c43d23215b2cb5399fcd07bb
dir: /sys/include/rdbg.h/

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