shithub: riscv

ref: 34ae4649cc91bf32cd602558a4e953bc3fb8777a
dir: /sys/include/rdbg.h/

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