shithub: riscv

ref: 68b4a8e6ef5ca0d26bc026f69acddb76600197ac
dir: /sys/include/rdbg.h/

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