shithub: riscv

ref: 916c7f0bd9295c649ce8f6f8245475d083f4b7bd
dir: /sys/include/rdbg.h/

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