shithub: riscv

ref: 315f20b9f46671ca1fd323b22de0722c7c561f97
dir: /sys/include/rdbg.h/

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