shithub: riscv

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

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