shithub: riscv

ref: 022087cdcdd39e7904f6970b54152f4aa30fc071
dir: /sys/include/rdbg.h/

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