shithub: riscv

ref: 96a94c38917bf52c17cc1a280cbb672f4d1d13d3
dir: /sys/include/rdbg.h/

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