shithub: riscv

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

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