shithub: riscv

ref: 6723fdf7b7c7fc3231bb1868139c768301ff03b9
dir: /sys/include/rdbg.h/

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