shithub: riscv

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

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