shithub: riscv

ref: 3bcc34f27623cf7858a7c224470ec70359cfcd48
dir: /sys/include/rdbg.h/

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