shithub: riscv

ref: 969dcf44b66e1842fae22f6743cb2cb50bb11158
dir: /sys/include/rdbg.h/

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