shithub: riscv

ref: 1a1863e5dc8913e47b16e44499a3cc735aead394
dir: /sys/include/rdbg.h/

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