shithub: riscv

ref: 5886b999d59e733ae46fa413a709d3bcd8c14278
dir: /sys/include/rdbg.h/

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