shithub: riscv

ref: 30c05fe3ddfcbbf60d0088b088fae31dcc512888
dir: /sys/include/rdbg.h/

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