shithub: riscv

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

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