shithub: riscv

ref: dc69af5010c1c4860b24d91c7b702ffc199bdf66
dir: /sys/include/rdbg.h/

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