shithub: riscv

ref: 7250c438bb124f76aa006dad47b5a3b8f277d1b7
dir: /sys/include/rdbg.h/

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