shithub: riscv

ref: 243c25fd8f397ff37c1ad597524cccd23db46d1c
dir: /sys/include/rdbg.h/

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