shithub: riscv

ref: 4bc5793a2c0a02ad85b853904603c896c3c77fb5
dir: /sys/include/rdbg.h/

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