shithub: riscv

ref: 8420d3ad6929c2f6963bcef80797f8cc2b3d90f8
dir: /sys/include/rdbg.h/

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