shithub: riscv

ref: 9226caf2a3bf88258665f4e3786c6abb8820d308
dir: /sys/include/rdbg.h/

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