shithub: riscv

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

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