shithub: riscv

ref: 68512a3f6695f57f1cbdd68bdbdd5a00a7d544bf
dir: /sys/include/rdbg.h/

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