shithub: riscv

ref: 294e940f571e72ac9c7656bf55fe740f7f9dc0d2
dir: /sys/include/rdbg.h/

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