shithub: riscv

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

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