shithub: riscv

ref: 66b9196f77442ba8a2cbb1396c7640fd4176c4eb
dir: /sys/include/rdbg.h/

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