shithub: riscv

ref: 460c598430f92ff38bbaf08cc157d235bd2a967e
dir: /sys/include/rdbg.h/

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