shithub: riscv

ref: e2a8d3493ab0fdc345b6513a53f30f2b4f36ed97
dir: /sys/include/rdbg.h/

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