shithub: riscv

ref: 5aabf85d7cc3d0bd457b9b67696737411681cc8d
dir: /sys/include/rdbg.h/

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