shithub: riscv

ref: 0b6f0c70dba53c08846299a85d3cddd91c070c53
dir: /sys/include/rdbg.h/

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