shithub: riscv

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

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