shithub: riscv

ref: 2d564a5004850469b4aa5adb85bb07bdc3da03d8
dir: /sys/include/rdbg.h/

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