shithub: riscv

ref: d566a5ca6b3d105b2aa5778dc5cb08113b48bd50
dir: /sys/include/rdbg.h/

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