shithub: riscv

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

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