shithub: riscv

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

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