shithub: riscv

ref: af42c4f4816c84772533ee7f47ffaafd33abeb22
dir: /sys/include/rdbg.h/

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