shithub: riscv

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

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