shithub: riscv

ref: 0b48d5fdbfd91033765acbbc66e820a363a5d660
dir: /sys/include/rdbg.h/

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