shithub: riscv

ref: 4745cae5bc669f0c4a5f8c71f629c4ab4fe828df
dir: /sys/include/rdbg.h/

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