shithub: riscv

ref: 455a0a09acbe2c0e480a4df853ad1c461542e76d
dir: /sys/include/rdbg.h/

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