shithub: riscv

ref: 0d5b33a9e821ab0c3230bd25596b6567f2b28cd6
dir: /sys/include/rdbg.h/

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