shithub: riscv

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

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