shithub: riscv

ref: a6e8789ff9b5412cb207f7adcf31fcf831d9bc00
dir: /sys/include/rdbg.h/

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