shithub: riscv

ref: 66531b005f61368f6f8edcd7641b3894ff8d4c29
dir: /sys/include/rdbg.h/

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