shithub: riscv

ref: 3b36daa2bb8c0f4169455baf829b9695b520c5fc
dir: /sys/include/rdbg.h/

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