shithub: riscv

ref: 45e71cb72869a4adbff53154a2f6c75d7b404a1d
dir: /sys/include/rdbg.h/

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