shithub: riscv

ref: 0f0270cdd612d6bc7f065b5c25c4cfffc2c0bd87
dir: /sys/include/rdbg.h/

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