shithub: riscv

ref: 014b9a62ac919b4f7ada38b8649f6a4a062cd207
dir: /sys/include/rdbg.h/

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