shithub: riscv

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

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