shithub: riscv

ref: 5335987c666bfc4f8220b2b5b2af6d07ccb651f6
dir: /sys/include/rdbg.h/

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