shithub: riscv

ref: 76ed42e31ff3297f1ca9b144ccc9466b0074f92b
dir: /sys/include/rdbg.h/

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