shithub: riscv

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

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