shithub: riscv

ref: 37cbd6b632c56f09c0c561cddc1c4e5645dd4269
dir: /sys/include/rdbg.h/

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