shithub: riscv

ref: 7010ad85c5a5648ea86d4f17a6b1547c10823938
dir: /sys/include/rdbg.h/

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