shithub: riscv

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

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