shithub: riscv

ref: 19166f2cf32725b1907c8032ae224282a1fa3f8f
dir: /sys/include/rdbg.h/

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