shithub: riscv

ref: 31b10e364ff4ca7c04b96637dab6c6cf347a6a2a
dir: /sys/include/rdbg.h/

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