shithub: riscv

ref: 6eca75fafb0b125329592b5b2c1b0fcb52c0bd7f
dir: /sys/include/rdbg.h/

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