shithub: riscv

ref: 1ee1bfaa8c5644092e0c1ca3985ee74813bbfb1d
dir: /sys/include/rdbg.h/

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