shithub: riscv

ref: 8aa69e55b6a441ab7b0d243d548ac202bcd31324
dir: /sys/include/rdbg.h/

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