shithub: riscv

ref: 47f05d4d8b2c9f12aa77a73536f98d05c9494291
dir: /sys/include/rdbg.h/

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