shithub: riscv

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

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