shithub: riscv

ref: 31c3941e872f71664ed9f0bc71341c38ec515dc2
dir: /sys/include/rdbg.h/

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