shithub: riscv

ref: 65977417e7cc5919f7c9787f97a528e8c24d2423
dir: /sys/include/rdbg.h/

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