shithub: riscv

ref: 14770ad1886ca7f86fc4f3f4841c599aa06fe22a
dir: /sys/include/rdbg.h/

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