shithub: riscv

ref: 2acb5433d8008012d7208a7bfcb9c6a1544f218f
dir: /sys/include/rdbg.h/

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