shithub: riscv

ref: 68aa4d5254c8e68171b19887dc39d8ca5f52d854
dir: /sys/include/rdbg.h/

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