shithub: riscv

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

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