shithub: riscv

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

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