shithub: riscv

ref: 7abf926bcf5a4f301a9ab48173093524196fd8ce
dir: /sys/include/rdbg.h/

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