shithub: riscv

ref: 171aafcc229b0b2d1fb058d09eb4170008f91eb6
dir: /sys/include/rdbg.h/

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