shithub: riscv

ref: 566c3ca2de98761f9039e49ca5f68ee1a9ad73c4
dir: /sys/include/rdbg.h/

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