shithub: riscv

ref: 8c4a02a29b618a6779447316ec0a47ec1c8f3d33
dir: /sys/include/rdbg.h/

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