shithub: riscv

ref: 2f976d8b56b77baa7a3b3ed29a56652a53c5315c
dir: /sys/include/rdbg.h/

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