shithub: riscv

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

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