shithub: riscv

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

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