shithub: riscv

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

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