shithub: riscv

ref: a945c6f5b1f69b9bf7a6a3a5404b14b9fe6c5e5c
dir: /sys/include/rdbg.h/

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