shithub: riscv

ref: 1720551fd69a86363dcaff6c36e58a9b00ee6332
dir: /sys/include/rdbg.h/

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