shithub: riscv

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

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