shithub: riscv

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

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