shithub: riscv

ref: 550b6d1aad832fc6155c776a8192cb457d2b1175
dir: /sys/include/rdbg.h/

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