shithub: riscv

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

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