shithub: riscv

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

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