shithub: riscv

ref: 52927a5c6aa6a03aaffba0fd1c684bc8f9d1c12d
dir: /sys/include/rdbg.h/

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