shithub: riscv

ref: 480d7b8f5f0ccb52391c41ffa58c196618827346
dir: /sys/include/rdbg.h/

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