shithub: riscv

ref: 275fbc93fdb2a60a98065fe5438bd8518c28ad76
dir: /sys/include/rdbg.h/

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