shithub: riscv

ref: 5826140ce394025d21ab8d2b2c21c12720e88a59
dir: /sys/include/rdbg.h/

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