shithub: riscv

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

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