shithub: riscv

ref: 36876b95224938d1388ca04d5dc5dc40481dcdd3
dir: /sys/include/rdbg.h/

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