shithub: riscv

ref: 5a1c1b590d319d58a178c6d299e99142bf7d4433
dir: /sys/include/rdbg.h/

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