shithub: riscv

ref: 7f73792ef957c9592798f409eca2e7a4b6f0561f
dir: /sys/include/rdbg.h/

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