shithub: riscv

ref: 87617ea25eecdb3a0e0834786ac5b9dc20f1d59d
dir: /sys/include/rdbg.h/

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