shithub: riscv

ref: 86a77e5088d11c5921d735b14d83441d0fc9d2bc
dir: /sys/include/rdbg.h/

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