shithub: riscv

ref: 712fd30652d29dc9e936f11d7837d1cb079575fc
dir: /sys/include/rdbg.h/

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