shithub: riscv

ref: 29a53a52fdc3f8fc9af3d19d0253ba33b1efccba
dir: /sys/include/rdbg.h/

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