shithub: riscv

ref: 4b7b1218bf85c1d2894a85bc1b15f9b52d618512
dir: /sys/include/rdbg.h/

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