shithub: riscv

ref: 3cc07dddfbc2c5cb57fcd1849df55fca57f119db
dir: /sys/include/rdbg.h/

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