shithub: riscv

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

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