shithub: riscv

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

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