shithub: riscv

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

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