shithub: riscv

ref: 825ab5d286bfbf959fef678afcdf0c887a5eb91c
dir: /sys/include/rdbg.h/

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