shithub: riscv

ref: 6d7bb96b22c8d16a86e8dccb52961abc7d094300
dir: /sys/include/rdbg.h/

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