shithub: riscv

ref: 40360a992d03ccccf69a36fa20359ad029b3afcf
dir: /sys/include/rdbg.h/

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