shithub: riscv

ref: 9920ecc04b87cab3968f7f0c286b264bd31e132f
dir: /sys/include/rdbg.h/

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