shithub: riscv

ref: 25f4840c7eb70b7af3da3e9c13fcff704fab9d11
dir: /sys/include/rdbg.h/

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