shithub: riscv

ref: 66f76c28212d3a25d4b039de2ce817fc74c5ca1e
dir: /sys/include/rdbg.h/

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